e_client: remove cond. skip_rot_pending_show for ec_vis calc 78/218078/1
authorJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 19 Nov 2019 07:44:22 +0000 (16:44 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 19 Nov 2019 07:44:27 +0000 (16:44 +0900)
client ec->visibility.obscured is unobsecured(VIS ON)
eventhough ec->e.state.rot.pending_show is TRUE

Change-Id: I907176a1c97dd4116a3fd2038bea7470a9ee7af3

src/bin/e_client.c

index 2876b6b943b6b47b39c68e11bc8edb0ccecb05d4..6bf351a23c6c1c4ba8ba4e9d3198be794e5105a6 100644 (file)
@@ -3332,7 +3332,7 @@ _e_client_visibility_zone_calculate(E_Zone *zone)
 
         if (canvas_vis)
           {
-             if ((calc_region || skip_rot_pending_show) &&
+             if (calc_region &&
                  (!ec->visibility.force_obscured) &&
                  (!ec->exp_iconify.by_client))
                {