]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
super correct enter event ignoring that will only ignore what it has to, yay?
[chaz/openbox] / openbox / focus.c
index 301e5ddfa9eaa1e482a73b72a3018d591e753d98..e88b68882f3dc204be7897087a51337190bce97f 100644 (file)
@@ -425,7 +425,7 @@ void focus_cycle_draw_indicator()
         XUnmapWindow(ob_display, focus_indicator.bottom.win);
 
         /* kill enter events cause by this unmapping */
-        event_ignore_queued_enters();
+        event_ignore_all_queued_enters();
     } else {
         /*
           if (focus_cycle_target)
This page took 0.021367 seconds and 4 git commands to generate.