show hidden clients in deskmirror when in pager or taskbar mode
authorMike Blumenkrantz <zmike@samsung.com>
Sat, 15 Feb 2014 06:25:21 +0000 (01:25 -0500)
committerMike Blumenkrantz <zmike@samsung.com>
Sat, 15 Feb 2014 06:25:21 +0000 (01:25 -0500)
src/bin/e_deskmirror.c

index 9240a2b..a7710c2 100644 (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