diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-04-24 21:45:43 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-04-24 21:45:43 +0000 |
| commit | fb2493115fd152e0f2247935eed1cbaca2f0ba6d (patch) | |
| tree | 0523d82da159f3d4bb61bfd414928e7554668d8f /openbox/client.c | |
| parent | 23a43c5a403785bd9b408da00bc89dc9c1f141d7 (diff) | |
only grab keybinds on the root window, not every client window
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/client.c b/openbox/client.c index 51e93c17..ac500e31 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -374,7 +374,6 @@ void client_manage(Window window) self->window, newx, newy, self->area.width, self->area.height); client_apply_startup_state(self, newx, newy); - keyboard_grab_for_client(self, TRUE); mouse_grab_for_client(self, TRUE); if (activate) { @@ -490,7 +489,6 @@ void client_unmanage(ObClient *self) event_ignore_queued_enters(); } - keyboard_grab_for_client(self, FALSE); mouse_grab_for_client(self, FALSE); /* remove the window from our save set */ |
