mirror of
https://github.com/0intro/wmii
synced 2024-11-21 21:31:33 +03:00
Flush X output queue in event_preselect.
This commit is contained in:
parent
398533dfd1
commit
ee9b547b38
@ -8,6 +8,7 @@ void
|
||||
event_preselect(IxpServer *s) {
|
||||
USED(s);
|
||||
event_check();
|
||||
XFlush(display);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user