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.
This commit is contained in:
Rafael Antognolli 2013-11-01 10:43:53 -02:00
parent 277a5915c1
commit a63c69cac5
1 changed files with 0 additions and 6 deletions

View 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 ?? */