From a63c69cac5e49a122cb1fa1bcf8187cff1198dcf Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Fri, 1 Nov 2013 10:43:53 -0200 Subject: [PATCH] ecore_evas/wayland: Do not update opaque region to the same value. This should not be necessary, since it's setting exactly the same current opaque region. Changing the opaque region might be needed, but not here. --- .../ecore_evas/engines/wayland/ecore_evas_wayland_common.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c index de87aff1c9..4a1628e4b8 100644 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c @@ -416,12 +416,6 @@ _rotation_do(Ecore_Evas *ee, int rotation, int resize) /* record the current rotation of the ecore_evas */ ee->rotation = rotation; - ecore_wl_window_opaque_region_set(wdata->win, - wdata->win->opaque.x, - wdata->win->opaque.y, - wdata->win->opaque.w, - wdata->win->opaque.h); - /* send a mouse_move process * * NB: Is This Really Needed ?? */