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

Fixed a bug in input event handling.

This commit is contained in:
dan
1999-11-22 04:40:16 +00:00
parent 8b062b07c1
commit d6fb042749
3 changed files with 29 additions and 20 deletions

View File

@@ -22,6 +22,9 @@ changes since wmaker 0.61.1:
item that is beyond the total number of items present in the popup button.
- changed names of functions for SplitView to be consistent. Some contained
SubView while other Subview. Now all have Subview.
- fixed a bug in how input events were posted. Establishing 2 or more input
handlers for the same file descriptor, handling different (read/write/except)
events, caused wrong handlers to be called.
changes since wmaker 0.61.0:
............................