tint: remove inner loop from the main event loop

This commit is contained in:
o9000 2015-07-14 08:33:03 +02:00
parent 28bf0a437c
commit 8d5c2d8cbb

View file

@ -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)