client: fix bad commit

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-08-26 19:39:12 +02:00
parent 87a89b6aa1
commit 070155d4a9
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ client_unmanage(client_t *c)
XCB_BUTTON_MASK_ANY);
window_state_set(c->win, XCB_WM_WITHDRAWN_STATE);
xcb_flush(c);
xcb_flush(globalconf.connection);
xcb_ungrab_server(globalconf.connection);
/* remove client everywhere */