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