]> Dogcows Code - chaz/openbox/blobdiff - openbox/grab.c
Grab key bindings with GrabModeSync, so that if they lead to a keyboard grab, then...
[chaz/openbox] / openbox / grab.c
index 43e9a8155a6bfeb3eb5dcb384be6d2f0278a7e20..214666e58de9909df8bd15470772fca2d3253972 100644 (file)
@@ -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;
     }
This page took 0.020086 seconds and 4 git commands to generate.