This commit is contained in:
Enno Boland (tox) 2010-08-10 23:15:12 +02:00
parent d002c1dd3a
commit 3330664265
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ void
run(void) { run(void) {
XEvent ev; XEvent ev;
/* main event loop, also reads status text from stdin */ /* main event loop */
XSync(dpy, False); XSync(dpy, False);
while(running) { while(running) {
XNextEvent(dpy, &ev); XNextEvent(dpy, &ev);