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

Latest fixes, before releasing 0.50.0

This commit is contained in:
dan
1999-01-07 16:22:35 +00:00
parent b5e9c6f9ee
commit 64d136789c
6 changed files with 21 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ processEvents(int event_count)
* the animation.
*/
ignoreTimestamp=1;
while (event_count--) {
while (XPending(dpy) && event_count--) {
WMNextEvent(dpy, &event);
WMHandleEvent(&event);
}