wl pointer configure: fix typo
authorGwanglim Lee <gl77.lee@samsung.com>
Wed, 2 Apr 2014 09:39:07 +0000 (10:39 +0100)
committerChris Michael <cp.michael@samsung.com>
Wed, 2 Apr 2014 09:39:07 +0000 (10:39 +0100)
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

src/bin/e_comp_wl.c

index 7a4a7d2bd4893f21fc34d6eb67a3b083246526fc..cb3893902392c1da4ac4ec1684b1a1ed00d37c39 100644 (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;