skip taskbar windows dont appear in the client menu
authorDana Jansens <danakj@orodu.net>
Thu, 23 Oct 2003 07:28:14 +0000 (07:28 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 23 Oct 2003 07:28:14 +0000 (07:28 +0000)
openbox/client_list_menu.c

index 985cb72..2ac2903 100644 (file)
@@ -49,7 +49,7 @@ static void desk_menu_update(ObMenuFrame *frame, gpointer data)
 
     for (it = focus_order[d->desktop], i = 0; it; it = g_list_next(it), ++i) {
         ObClient *c = it->data;
-        if (client_normal(c)) {
+        if (client_normal(c) && !c->skip_taskbar) {
             GSList *acts = NULL;
             ObAction* act;
             ObMenuEntry *e;