devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=26d3075e3decdeb24de4b484c1fcf02b2fe1d420

commit 26d3075e3decdeb24de4b484c1fcf02b2fe1d420
Author: Gwanglim Lee <gl77....@samsung.com>
Date:   Wed Apr 2 10:39:07 2014 +0100

    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
---
 src/bin/e_comp_wl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 7a4a7d2..cb38939 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -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;

-- 


Reply via email to