1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-30 02:12:30 +01:00

Added 3 new classes: WMData, WMHost, WMConnection

This commit is contained in:
dan
1999-12-14 01:07:24 +00:00
parent d39bb888a0
commit 9c59becb31
8 changed files with 1757 additions and 14 deletions

View File

@@ -92,7 +92,10 @@ libWINGs_a_SOURCES = \
error.c \
findfile.c \
bag.c \
connection.c \
data.c \
hashtable.c \
host.c \
memory.c \
usleep.c
@@ -101,6 +104,9 @@ libWUtil_a_SOURCES = \
WINGs.h \
WINGsP.h \
bag.c \
connection.c \
data.c \
host.c \
international.c \
notification.c \
userdefaults.c \