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

- better and more robust handling of events (timer, idle, input, X) in

WMMaskEvent()
- fixed a bug where input and timer events were not treated for undefined
  periods of time under some circumstances.
This commit is contained in:
dan
2001-03-22 00:56:09 +00:00
parent 80fb289fc9
commit 1a3fd2f795
2 changed files with 30 additions and 10 deletions

View File

@@ -13,7 +13,9 @@ Changes since wmaker 0.64.0:
and X events (also fixed some problems the old handling logic had)
- moved timer, dile and input handler definitions and prototypes from
WINGs.h to WUtil.h because they're not GUI related.
- better and more robust handling of events (timer, idle, input, X) in
WMMaskEvent(). Also fixed a bug where input and timer events were not
treated for undefined periods of time under some circumstances.
changes since wmaker 0.63.1:
............................