show hidden clients in deskmirror when in pager or taskbar mode

This commit is contained in:
Mike Blumenkrantz 2014-02-15 01:25:21 -05:00
parent 6da74c5f06
commit 025e0b7565
1 changed files with 5 additions and 1 deletions

View File

@ -67,7 +67,11 @@ _e_deskmirror_visible_get(E_Smart_Data *sd, Mirror *m)
Eina_Bool visible = evas_object_visible_get(m->comp_object);
if (m->ec)
{
if (m->ec->hidden) return EINA_FALSE;
if (m->ec->hidden)
{
if ((!sd->pager) && (!sd->taskbar))
return EINA_FALSE;
}
visible = m->ec->visible;
/* iconic flips meaning of visible flag at this point
* where "this point" is defined as being during the show