From: Changyeon Lee Date: Mon, 14 Jan 2019 06:13:30 +0000 (+0900) Subject: Revert "hwc_windows: call the deactive before tizen_surface_shm_flusher_send_flush" X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7cb4c36e9ab3309ddc5fdbee56b642d24e13a50;p=platform%2Fupstream%2Fenlightenment.git Revert "hwc_windows: call the deactive before tizen_surface_shm_flusher_send_flush" This reverts commit 099a756453b8b2ddd61a1cecf55e780a9ffe1059. Change-Id: I8b773b5b66d3bf4b7e3bc5ac98d14f37bba97b2e --- diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c index 3cd10016c7..3b05fccb9a 100644 --- a/src/bin/e_pixmap.c +++ b/src/bin/e_pixmap.c @@ -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); }