]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_combined_menu.c
add an option to next/previous window to only include hilited/flashing/urgent windows...
[chaz/openbox] / openbox / client_list_combined_menu.c
index f4aae884eb3139892efb49570a09eeb203290ff3..f664b776ad693ecea35457a9b5853b7015721015 100644 (file)
@@ -54,7 +54,8 @@ static gboolean self_update(ObMenuFrame *frame, gpointer data)
         for (it = focus_order; it; it = g_list_next(it)) {
             ObClient *c = it->data;
             if (focus_valid_target(c, desktop,
-                                   TRUE, TRUE, FALSE, FALSE, FALSE, FALSE))
+                                   TRUE, TRUE,
+                                   FALSE, TRUE, FALSE, FALSE, FALSE))
             {
                 empty = FALSE;
 
This page took 0.022006 seconds and 4 git commands to generate.