devilhorns pushed a commit to branch master.

commit 5e94e640c6f0715b27fb98ac8e6f715c82dd3325
Author: Chris Michael <[email protected]>
Date:   Mon Jul 8 14:09:02 2013 +0100

    Fix function and protoype for pointer_xy_get (missing const).
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c  | 2 +-
 src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c 
b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
index b800b66..1a94b83 100644
--- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
+++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
@@ -833,7 +833,7 @@ _ecore_evas_wl_common_frame_border_size_get(Evas_Object 
*obj, int *fx, int *fy,
 }
 
 void 
-_ecore_evas_wl_common_pointer_xy_get(Ecore_Evas *ee EINA_UNUSED, Evas_Coord 
*x, Evas_Coord *y)
+_ecore_evas_wl_common_pointer_xy_get(const Ecore_Evas *ee EINA_UNUSED, 
Evas_Coord *x, Evas_Coord *y)
 {
    LOGFN(__FILE__, __LINE__, __FUNCTION__);
 
diff --git 
a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h 
b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h
index d25197c..369712a 100644
--- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h
+++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h
@@ -77,7 +77,7 @@ void _ecore_evas_wl_common_borderless_set(Ecore_Evas *ee, int 
borderless);
 Evas_Object * _ecore_evas_wl_common_frame_add(Evas *evas);
 void _ecore_evas_wl_common_frame_border_size_set(Evas_Object *obj, int fx, int 
fy, int fw, int fh);
 
-void _ecore_evas_wl_common_pointer_xy_get(Ecore_Evas *ee, Evas_Coord *x, 
Evas_Coord *y);
+void _ecore_evas_wl_common_pointer_xy_get(const Ecore_Evas *ee, Evas_Coord *x, 
Evas_Coord *y);
 
 #ifdef BUILD_ECORE_EVAS_WAYLAND_SHM
 void _ecore_evas_wayland_shm_resize(Ecore_Evas *ee, int location);

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to