wl pointer configure: fix typo

Summary: ews->geometry.y needs to be set.

Test Plan: N/A

Reviewers: raster, devilhorns, zmike

Reviewed By: devilhorns

CC: cedric

Differential Revision: https://phab.enlightenment.org/D688
This commit is contained in:
Gwanglim Lee 2014-04-02 10:39:07 +01:00 committed by Chris Michael
parent f4624d940a
commit 26d3075e3d
1 changed files with 1 additions and 1 deletions

View File

@ -2289,7 +2289,7 @@ _e_comp_wl_pointer_configure(E_Wayland_Surface *ews, Evas_Coord x, Evas_Coord y,
/* configure the surface geometry */
ews->geometry.x = x;
ews->geometry.h = h;
ews->geometry.y = y;
ews->geometry.w = w;
ews->geometry.h = h;
ews->geometry.changed = EINA_TRUE;