Make pager properly handle hidden/iconified windows

SVN revision: 12891
This commit is contained in:
xcomputerman 2005-01-11 08:13:36 +00:00 committed by xcomputerman
parent 156aaabbd2
commit 8051c9abd1
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ _pager_refresh(Pager *e)
{
Evas_Coord winx, winy, winw, winh;
border = (E_Border *) clients->data;
if (border->iconic)
if (!border->visible)
{
clients = clients->next;
continue;