1
0
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:
dan
2000-09-28 03:09:57 +00:00
parent df357ae1de
commit 6973f07f30
6 changed files with 149 additions and 87 deletions

View File

@@ -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 */
};