win: Fix evas framespace under X

Mouse inputs would not work if the window is rotated,
because the framespace was invalid.

Fixes T4132
This commit is contained in:
Jean-Philippe Andre 2016-07-28 16:30:41 +09:00
parent 1c7663e311
commit 28aa0ba79f
1 changed files with 1 additions and 0 deletions

View File

@ -1350,6 +1350,7 @@ _elm_win_frame_obj_update(Efl_Ui_Win_Data *sd)
return;
}
if (!sd->frame_obj) return;
evas_object_geometry_get(sd->frame_obj, &fx, &fy, &fw, &fh);
evas_object_geometry_get(sd->edje, &ox, &oy, &ow, &oh);