]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
allow specifying that some focus events should be ignored for the focus order list
[chaz/openbox] / openbox / action.c
index 53d46cde9970b628aca3107cee32d3c79e181184..a83d19dff39195b7a38049a2ddfb1dfe4395eb28 100644 (file)
@@ -709,6 +709,7 @@ void action_cycle_windows(union ActionData *data)
             }
             if (client_focus(it->data)) {
                 t = it->data;
+                focus_ignore_in++;
                 break;
             }
         } while (it != start);
This page took 0.019376 seconds and 4 git commands to generate.