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
1 changed files with 1 additions and 1 deletions

View File

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