diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-02-27 04:50:41 +0100 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-27 02:34:08 -0500 |
| commit | 22a88cfe99d897dc7d3be7b53b954f6cdfa250c6 (patch) | |
| tree | 1ef48238ea15993d800874bb99444c7de0364411 /openbox/focus.c | |
| parent | 7e47a57027e043d4fe908d5f0acb7882d4f9330f (diff) | |
| parent | 490ef3213a09ec2b202e9b511a92ce89f811af66 (diff) | |
Merge branch 'backport' into work
Conflicts:
openbox/client.c
openbox/event.c
openbox/event.h
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index cff81bfb..7c15891a 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -196,13 +196,6 @@ void focus_nothing(void) /* nothing is focused, update the colormap and _the root property_ */ focus_set_client(NULL); - /* if there is a grab going on, then we need to cancel it. if we move - focus during the grab, applications will get NotifyWhileGrabbed events - and ignore them ! - - actions should not rely on being able to move focus during an - interactive grab. - */ event_cancel_all_key_grabs(); /* when nothing will be focused, send focus to the backup target */ |
