hidden clients should be hidden in deskmirror

This commit is contained in:
Mike Blumenkrantz 2014-02-14 14:46:07 -05:00
parent 8df52a1f22
commit 46a715db35
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ _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;
visible = m->ec->visible;
/* iconic flips meaning of visible flag at this point
* where "this point" is defined as being during the show