]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_menu.c
use the valid_focus_target() method for choosing what to show in the client list...
[chaz/openbox] / openbox / client_list_menu.c
index c49e63e997f2dd3bca6bfa1e60a81b1aeefda7b4..e1f4987a5910fe29dad0764e0da3ac02ca1610cd 100644 (file)
@@ -54,9 +54,7 @@ static gboolean desk_menu_update(ObMenuFrame *frame, gpointer data)
 
     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 == d->desktop || c->desktop == DESKTOP_ALL))
-        {
+        if (focus_valid_target(c, TRUE, TRUE, FALSE, FALSE, FALSE, FALSE)) {
             ObMenuEntry *e;
 
             empty = FALSE;
This page took 0.022585 seconds and 4 git commands to generate.