]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_combined_menu.c
use the valid_focus_target() method for choosing what to show in the client list...
[chaz/openbox] / openbox / client_list_combined_menu.c
index 5b79b806b09d3e6a22ca62ee566eeef7e2817e53..7f0e9f5ddb3c8924a694bee4ac23ecdcf7321271 100644 (file)
@@ -53,8 +53,7 @@ static gboolean self_update(ObMenuFrame *frame, gpointer data)
         menu_add_separator(menu, SEPARATOR, screen_desktop_names[desktop]);
         for (it = focus_order; it; it = g_list_next(it)) {
             ObClient *c = it->data;
-            if (client_normal(c) && (!c->skip_taskbar || c->iconic) &&
-                (c->desktop == desktop || c->desktop == DESKTOP_ALL))
+            if (focus_valid_target(c, TRUE, TRUE, FALSE, FALSE, FALSE, FALSE))
             {
                 empty = FALSE;
 
This page took 0.020262 seconds and 4 git commands to generate.