1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-01 11:32:34 +01:00

Added connection opening timeout handling

This commit is contained in:
dan
2000-04-27 04:26:15 +00:00
parent 886e65f83e
commit 27838589a5
4 changed files with 117 additions and 18 deletions

View File

@@ -6,6 +6,9 @@ changes since wmaker 0.62.0:
- added clientdata to WMFindInBag
- removed SetWindowInitialSize()
- added SetWindowAspectRatio()
- added initial timeout when establishing a connection.
- added WMSetConnectionDefaultTimeout() and WMSetConnectionOpenTimeout();
- added WMGetConnectionTimeoutState()
changes since wmaker 0.61.1:
............................