diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-22 15:22:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-22 15:22:25 +0000 |
| commit | 27773e1cb7492de080bd19189b4fcd2a6b9a0e9e (patch) | |
| tree | 8bacdfc836ddb9d8da398e5981061fb578641b80 /openbox/client.c | |
| parent | 4c672be2e1f39e72eb7d7e99f129e61338f481b2 (diff) | |
don't grab the pointer during interactive events. this allows you to alt-tab during a dnd.
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 2 |
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) { |
