Fix surface input region miscalculation after resize.

NB: Try this Mike.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-19 09:23:07 +01:00
parent 0e9bdd3ad2
commit 6e226bfd8e
1 changed files with 1 additions and 2 deletions

View File

@ -2753,8 +2753,7 @@ _e_comp_wl_surface_cb_commit(struct wl_client *client EINA_UNUSED, struct wl_res
/* update the smart object's input region */
if (ews->obj)
e_surface_input_set(ews->obj, rects->x1, rects->y1,
(rects->x2 - rects->x1),
(rects->y2 - rects->y1));
rects->x2, rects->y2);
}
/* put any pending frame callbacks into active list */