tint: remove inner loop from the main event loop
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user