1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 01: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

@@ -36,6 +36,7 @@ changes since wmaker 0.61.1:
- added wstrerror(int errnum) to return the string associated with errnum.
- new wsyserrorwithcode(int error, const char* fmt, ...), similar to
wsyserror(), but printing the message for the specified error code.
- added 3 new classes: WMData, WMHost and WMConnection
changes since wmaker 0.61.0:
............................