1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 17:32:29 +01:00

replaced linked lists with WMBag, added progress indicator

This commit is contained in:
kojima
1999-09-16 02:55:56 +00:00
parent 54c54401d4
commit 052ab01c84
20 changed files with 889 additions and 444 deletions

View File

@@ -60,8 +60,6 @@ libWINGs_a_SOURCES = \
WINGs.h \
WINGsP.h \
configuration.c \
llist.h \
llist.c \
international.c \
notification.c \
selection.c \
@@ -86,6 +84,7 @@ libWINGs_a_SOURCES = \
wpanel.c \
wpixmap.c \
wpopupbutton.c \
wprogressindicator.c \
wscroller.c \
wscrollview.c \
wslider.c \
@@ -96,6 +95,7 @@ libWINGs_a_SOURCES = \
wview.c \
error.c \
findfile.c \
bag.c \
hashtable.c \
memory.c \
usleep.c
@@ -104,8 +104,7 @@ libWINGs_a_SOURCES = \
libWUtil_a_SOURCES = \
WINGs.h \
WINGsP.h \
llist.h \
llist.c \
bag.c \
international.c \
notification.c \
userdefaults.c \