do not draw win that skip focus

This commit is contained in:
Julien Danjou 2008-02-12 10:29:41 +01:00
parent 768aef8960
commit 68affe21fd

View file

@ -52,7 +52,7 @@ typedef struct
static inline Bool
tasklist_isvisible(Client *c, int screen, ShowClient show)
{
if(c->skiptb)
if(c->skip || c->skiptb)
return False;
switch(show)