awesome: flush after ungrabbing server

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-02-14 17:54:04 +01:00
parent c69afaed58
commit 401b8ce3e9
1 changed files with 1 additions and 0 deletions

View File

@ -538,6 +538,7 @@ main(int argc, char **argv)
/* we will receive events, stop grabbing server */
xcb_ungrab_server(globalconf.connection);
xcb_flush(globalconf.connection);
luaA_cs_init();