Reset window opaque region on 180 degree flips also.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-09-17 08:27:15 +01:00
parent d8ec30d7cf
commit 592076e319
1 changed files with 6 additions and 0 deletions

View File

@ -416,6 +416,12 @@ _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 ?? */