Merge branch 'master' of git.philpep.org:wmfs into philpep

This commit is contained in:
Philippe Pepiot 2010-05-09 03:03:51 +02:00
commit 5d1aaa1363

View File

@ -179,9 +179,10 @@ infobar_draw_selbar(int sc)
if(!conf.bars.selbar)
return;
if(!sel)
if(!sel || (sel && sel->screen != sc))
{
barwin_unmap(infobar[sc].selbar);
return;
}
else if(sel && !infobar[sc].selbar->mapped)