devilhorns pushed a commit to branch master.

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

    Add missing functions for pointer_warp and pointer_xy_get to engine
    structure.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_evas/ecore_evas_private.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/ecore_evas/ecore_evas_private.h 
b/src/lib/ecore_evas/ecore_evas_private.h
index 47f8825..46d2316 100644
--- a/src/lib/ecore_evas/ecore_evas_private.h
+++ b/src/lib/ecore_evas/ecore_evas_private.h
@@ -228,6 +228,8 @@ struct _Ecore_Evas
       void          (*fn_state_change) (Ecore_Evas *ee);
       void          (*fn_msg_parent_handle) (Ecore_Evas *ee, int maj, int min, 
void *data, int size);
       void          (*fn_msg_handle) (Ecore_Evas *ee, int maj, int min, void 
*data, int size);                 
+      void          (*fn_pointer_xy_get) (const Ecore_Evas *ee, Evas_Coord *x, 
Evas_Coord *y);
+      Eina_Bool     (*fn_pointer_warp) (const Ecore_Evas *ee, Evas_Coord x, 
Evas_Coord y);
    } func;
 
    Ecore_Evas_Engine engine;

-- 

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

Build for Windows Store.

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

Reply via email to