From 27773e1cb7492de080bd19189b4fcd2a6b9a0e9e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 22 Apr 2007 15:22:25 +0000 Subject: don't grab the pointer during interactive events. this allows you to alt-tab during a dnd. --- openbox/client.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/client.c') 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) { -- cgit v1.2.3