ecore_evas/wayland: Do not update opaque region to the same value.
authorRafael Antognolli <rafael.antognolli@intel.com>
Fri, 1 Nov 2013 12:43:53 +0000 (10:43 -0200)
committerRafael Antognolli <rafael.antognolli@intel.com>
Fri, 1 Nov 2013 12:43:53 +0000 (10:43 -0200)
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.

src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c

index de87aff..4a1628e 100644 (file)
@@ -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 ?? */