summaryrefslogtreecommitdiff
path: root/openbox/focus.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-02-27 04:50:41 +0100
committerDana Jansens <danakj@orodu.net>2008-02-27 02:34:08 -0500
commit22a88cfe99d897dc7d3be7b53b954f6cdfa250c6 (patch)
tree1ef48238ea15993d800874bb99444c7de0364411 /openbox/focus.c
parent7e47a57027e043d4fe908d5f0acb7882d4f9330f (diff)
parent490ef3213a09ec2b202e9b511a92ce89f811af66 (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.c7
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 */