diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-18 15:55:59 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-18 20:42:35 -0500 |
| commit | 5bfa48dcffec3b00d119d851cb2427a43f80aa7b (patch) | |
| tree | 93c1c776e36d1b376241dbe1c5ccf1d4450b86d1 /openbox/grab.c | |
| parent | 58788c781713092c6aa3a4544f8a06cd499ec4fd (diff) | |
Grab key bindings with GrabModeSync, so that if they lead to a keyboard grab, then no keyboard events will be lost between the initial keybinding and the keyboard grab.
Diffstat (limited to 'openbox/grab.c')
| -rw-r--r-- | openbox/grab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/grab.c b/openbox/grab.c index 43e9a815..214666e5 100644 --- a/openbox/grab.c +++ b/openbox/grab.c @@ -222,7 +222,7 @@ void ungrab_passive_key(void) { /*ob_debug("ungrabbing %d passive grabs\n", passive_count);*/ if (passive_count) { - /* kill out passive grab */ + /* kill our passive grab */ XUngrabKeyboard(ob_display, event_curtime); passive_count = 0; } |
