e_policy_visibility: don't check current zone in _e_vis_ec_below_uniconify 98/272698/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Tue, 22 Mar 2022 11:12:59 +0000 (20:12 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Tue, 22 Mar 2022 11:13:02 +0000 (20:13 +0900)
We remove code which checks whether the ec's zone is same to the current zone or not.
We always check that the below window should be uniconified or not when its above
window is hidden or lowered.

Change-Id: I27b451f50c73565d392cd16ab848bbd2178ad51c

src/bin/e_policy_visibility.c

index 492b36686c492fd986fd64b7da03d93c431404a7..6524d967d48c09bac459334d31a09a9233db7a5c 100644 (file)
@@ -1895,8 +1895,6 @@ _e_vis_ec_below_uniconify(E_Client *ec, E_Pol_Vis_Type above_vis_type)
      {
         if (ec->zone->display_state == E_ZONE_DISPLAY_STATE_OFF)
           return EINA_FALSE;
-        if (ec->zone != e_zone_current_get())
-          return EINA_FALSE;
      }
 
    /* find below activity clients */