mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-13 04:15:50 +01:00
Remake of the WMList code to allow multiple selection. Not complete yet.
It will not even compile. I Will finish it later today.
This commit is contained in:
@@ -112,8 +112,9 @@ typedef enum {
|
||||
|
||||
|
||||
enum {
|
||||
WBNotFound = INT_MIN, /* element was not found in bag */
|
||||
WANotFound = -1 /* element was not found in array */
|
||||
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 */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user