Revert "hwc_windows: call the deactive before tizen_surface_shm_flusher_send_flush"
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 14 Jan 2019 06:13:30 +0000 (15:13 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 12 Apr 2019 10:00:22 +0000 (19:00 +0900)
This reverts commit 099a756453b8b2ddd61a1cecf55e780a9ffe1059.

Change-Id: I8b773b5b66d3bf4b7e3bc5ac98d14f37bba97b2e

src/bin/e_pixmap.c

index 3cd10016c78da5ecdd5b717afb712426d0c3775a..3b05fccb9a75b81e9495158c7d67cd2b1d89bd3d 100644 (file)
@@ -1063,13 +1063,7 @@ e_pixmap_buffer_clear(E_Pixmap *cp, Eina_Bool only_free)
          else
            {
               if (e_comp_is_on_overlay(cp->client))
-                {
-                   e_comp_hwc_client_end(cp->client, __FUNCTION__);
-
-                   //TODO: this is temporary code..
-                   if (cp->client->hwc_window)
-                      e_hwc_window_deactivate(cp->client->hwc_window);
-                }
+                e_comp_hwc_client_end(cp->client, __FUNCTION__);
 
               tizen_surface_shm_flusher_send_flush(cp->shm_flusher);
            }