mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-17 06:35:47 +01:00
Small fix for an enum
This commit is contained in:
@@ -193,6 +193,11 @@ enum {
|
||||
};
|
||||
|
||||
|
||||
enum {
|
||||
WLNotFound = -1 /* element was not found in WMList */
|
||||
};
|
||||
|
||||
|
||||
/* drag operations */
|
||||
typedef enum {
|
||||
WDOperationNone,
|
||||
|
||||
Reference in New Issue
Block a user