hwc: remove the set_zpos at E_HWC_WINDOW_STATE_NONE 02/170102/3
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 12 Feb 2018 11:11:01 +0000 (20:11 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 14 Feb 2018 01:34:23 +0000 (01:34 +0000)
Change-Id: I1bce8374e51b68f5d9547b2e447f3d79673fe08f

src/bin/e_output_hwc_windows.c

index a55dc66f546e57ad18d682c101c948c92ab26d35..4435d9c809ac8ea8d997643eaa721454252b349a 100644 (file)
@@ -1124,7 +1124,6 @@ _e_output_hwc_windows_visible_windows_list_get(E_Output_Hwc *output_hwc)
         if (!E_INTERSECTS(0, 0, scr_w, scr_h, ec->client.x, ec->client.y, ec->client.w, ec->client.h))
           {
              e_hwc_window_state_set(hwc_window, E_HWC_WINDOW_STATE_NONE);
-             e_hwc_window_zpos_set(hwc_window, ZPOS_NONE);
              continue;
           }