From 26bf9fdb5b8ca68b81fbd380788f23af14c22a25 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Thu, 21 Jul 2016 11:35:30 +0900 Subject: [PATCH] rotation: do not update window until finish the rotation. Change-Id: Ib81ea1cdd94b5c65020d91ce808e7b29c7db6f5c --- src/rotation/e_mod_rotation_wl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rotation/e_mod_rotation_wl.c b/src/rotation/e_mod_rotation_wl.c index 658c3d6..26e21b2 100644 --- a/src/rotation/e_mod_rotation_wl.c +++ b/src/rotation/e_mod_rotation_wl.c @@ -1272,6 +1272,7 @@ _rot_cb_buffer_change(void *data EINA_UNUSED, int ev_type EINA_UNUSED, E_Event_C ev->ec->icccm.name ? ev->ec->icccm.name : "", ev->ec); e_pixmap_image_clear(ev->ec->pixmap, EINA_TRUE); + e_pixmap_resource_set(ev->ec->pixmap, NULL); } else if (rot->wait_update) { -- 2.34.1