1
0
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:
dan
2001-01-11 02:35:21 +00:00
parent 9a43af3d83
commit a7ec9dab95
4 changed files with 226 additions and 1 deletions

View File

@@ -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 \