[events] resync after leaving the while loop

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-04-21 14:57:03 +02:00
parent 6d1cb32837
commit 7405ff9a68
1 changed files with 1 additions and 0 deletions

View File

@ -556,6 +556,7 @@ main(int argc, char **argv)
/* need to resync */ /* need to resync */
xcb_aux_sync(globalconf.connection); xcb_aux_sync(globalconf.connection);
} }
xcb_aux_sync(globalconf.connection);
} }