mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 17:32:29 +01:00
- Preliminary tree code
- added a key enumerator to hashtables (similar to value enumerator, just that it enumerates all keys in the hash)
This commit is contained in:
@@ -43,6 +43,7 @@ libWINGs_a_SOURCES = \
|
||||
notification.c \
|
||||
selection.c \
|
||||
string.c \
|
||||
tree.c \
|
||||
userdefaults.c \
|
||||
usleep.c \
|
||||
wapplication.c \
|
||||
@@ -95,6 +96,7 @@ libWUtil_a_SOURCES = \
|
||||
memory.c \
|
||||
notification.c \
|
||||
string.c \
|
||||
tree.c \
|
||||
userdefaults.c \
|
||||
usleep.c \
|
||||
wapplication.c \
|
||||
|
||||
Reference in New Issue
Block a user