skip taskbar windows dont appear in the client menu

This commit is contained in:
Dana Jansens 2003-10-23 07:28:14 +00:00
parent 9fae7e8b1e
commit de98f8153b

View 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;