summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c
index e7af5701..86acafb1 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -507,6 +507,8 @@ void client_unmanage(ObClient *self)
g_assert(self != NULL);
frame_hide(self->frame);
+ /* sync to send the hide to the server quickly, and to get back the enter
+ events */
XSync(ob_display, FALSE);
if (focus_client == self) {