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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user