summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Antognolli <rafael.antognolli@intel.com>2013-11-01 10:43:53 -0200
committerRafael Antognolli <rafael.antognolli@intel.com>2013-11-01 10:43:53 -0200
commita63c69cac5e49a122cb1fa1bcf8187cff1198dcf (patch)
tree5a64d108475d43abc3e3cd0c2f600572e0897f1b
parent277a5915c1f5451f0e5ad740df9159f334af441d (diff)
downloadefl-a63c69cac5e49a122cb1fa1bcf8187cff1198dcf.tar.gz
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.
-rw-r--r--src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c6
1 files changed, 0 insertions, 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 ?? */