tint: remove inner loop from the main event loop
This commit is contained in:
parent
28bf0a437c
commit
8d5c2d8cbb
1 changed files with 1 additions and 1 deletions
|
@ -1219,7 +1219,7 @@ start:
|
||||||
sigchld_handler_async();
|
sigchld_handler_async();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
while (XPending(server.dsp) > 0) {
|
if (XPending(server.dsp) > 0) {
|
||||||
XNextEvent(server.dsp, &e);
|
XNextEvent(server.dsp, &e);
|
||||||
#if HAVE_SN
|
#if HAVE_SN
|
||||||
if (startup_notifications)
|
if (startup_notifications)
|
||||||
|
|
Loading…
Reference in a new issue