tint: remove inner loop from the main event loop
o9000 o9000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/tint.c
→
src/tint.c
@@ -1219,7 +1219,7 @@ while (read(sn_pipe[0], buffer, sizeof(buffer)) > 0) {
sigchld_handler_async(); } } - while (XPending(server.dsp) > 0) { + if (XPending(server.dsp) > 0) { XNextEvent(server.dsp, &e); #if HAVE_SN if (startup_notifications)