Revert "hwc_windows: call the deactive before tizen_surface_shm_flusher_send_flush" 64/197564/2
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 14 Jan 2019 06:13:30 +0000 (15:13 +0900)
committerchangyeon lee <cyeon.lee@samsung.com>
Mon, 14 Jan 2019 10:20:59 +0000 (10:20 +0000)
This reverts commit 099a756453b8b2ddd61a1cecf55e780a9ffe1059.

Change-Id: I8b773b5b66d3bf4b7e3bc5ac98d14f37bba97b2e

src/bin/e_pixmap.c

index 4c0f6cdc4183c999af11c4aea7bedb5f4e0a770a..a5f8de7341b311fef267a7f3c2dc6bc5759b5a26 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);
            }