diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-02-27 03:59:25 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-02-27 04:34:35 +0100 |
| commit | c38a756ae50616b1431e3137141189a5588654a0 (patch) | |
| tree | e5f18409a62a4a9ce9acdf756e280a87bf202b36 /openbox/focus.c | |
| parent | 7753be1cb69da2683258ba08d1395986e77bac4c (diff) | |
Fix some typos and style in client.c, and add a comment.
Also moves a comment from many places into one place.
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 c2d7e11e..12625fde 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -197,13 +197,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 */ |
