Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:


add a cancel to all mouse butotn presses

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -3 -r1.123 -r1.124
--- Evas.h      19 May 2008 03:13:16 -0000      1.123
+++ Evas.h      19 May 2008 04:15:22 -0000      1.124
@@ -800,6 +800,7 @@
    EAPI void              evas_event_feed_mouse_move        (Evas *e, int x, 
int y, unsigned int timestamp, const void *data);
    EAPI void              evas_event_feed_mouse_in          (Evas *e, unsigned 
int timestamp, const void *data);
    EAPI void              evas_event_feed_mouse_out         (Evas *e, unsigned 
int timestamp, const void *data);
+   EAPI void              evas_event_feed_mouse_cancel      (Evas *e, unsigned 
int timestamp, const void *data);
    EAPI void              evas_event_feed_mouse_wheel       (Evas *e, int 
direction, int z, unsigned int timestamp, const void *data);
    EAPI void              evas_event_feed_key_down          (Evas *e, const 
char *keyname, const char *key, const char *string, const char *compose, 
unsigned int timestamp, const void *data);
    EAPI void              evas_event_feed_key_up            (Evas *e, const 
char *keyname, const char *key, const char *string, const char *compose, 
unsigned int timestamp, const void *data);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to