mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-02 22:25:48 +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,
|
||||
|
||||
@@ -113,8 +113,7 @@ typedef enum {
|
||||
|
||||
enum {
|
||||
WBNotFound = INT_MIN, /* element was not found in WMBag */
|
||||
WANotFound = -1, /* element was not found in WMArray */
|
||||
WLNotFound = -1 /* element was not found in WMList */
|
||||
WANotFound = -1 /* element was not found in WMArray */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user