1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-01 13:35:51 +01:00

added list and array backends for WMBag

This commit is contained in:
kojima
2000-03-05 22:01:34 +00:00
parent e9ee3765f9
commit 1dc5c1882c
7 changed files with 920 additions and 250 deletions

View File

@@ -96,7 +96,8 @@ libWINGs_a_SOURCES = \
wview.c \
error.c \
findfile.c \
bag.c \
bagarray.c \
baglist.c \
connection.c \
data.c \
hashtable.c \
@@ -108,7 +109,8 @@ libWINGs_a_SOURCES = \
libWUtil_a_SOURCES = \
WINGs.h \
WINGsP.h \
bag.c \
bagarray.c \
baglist.c \
connection.c \
data.c \
host.c \