mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-03 22:03:31 +02: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