devilhorns pushed a commit to branch master.

commit 5e988cc8cf62b7dfdbece6ad44174781bc90fb78
Author: Chris Michael <[email protected]>
Date:   Mon Jul 8 10:52:34 2013 +0100

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

diff --git a/src/lib/ecore_evas/ecore_evas_private.h 
b/src/lib/ecore_evas/ecore_evas_private.h
index 7fe0edf..47f8825 100644
--- a/src/lib/ecore_evas/ecore_evas_private.h
+++ b/src/lib/ecore_evas/ecore_evas_private.h
@@ -108,6 +108,10 @@ struct _Ecore_Evas_Engine_Func
    void (*fn_screen_dpi_get) (const Ecore_Evas *ee, int *xdpi, int *ydpi);
    void (*fn_msg_parent_send) (Ecore_Evas *ee, int maj, int min, void *data, 
int size);
    void (*fn_msg_send) (Ecore_Evas *ee, int maj, int min, void *data, int 
size);
+
+   /* 1.8 abstractions */
+   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);
 };
 
 struct _Ecore_Evas_Interface

-- 

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

Build for Windows Store.

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

Reply via email to