Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_events.h Log Message: Add DND position event type. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_events.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- ewl_events.h 5 Sep 2006 02:14:24 -0000 1.16 +++ ewl_events.h 7 Sep 2006 18:53:34 -0000 1.17 @@ -194,6 +194,20 @@ /** * Provides information about dnd drops movement */ +struct Ewl_Event_Dnd_Position +{ + int x; /**< X coordinate the mouse moved to */ + int y; /**< Y coordinate the mouse moved to */ +}; + +/** + * The Ewl_Event_Dnd_Position type + */ +typedef struct Ewl_Event_Dnd_Position Ewl_Event_Dnd_Position; + +/** + * Provides information about dnd drops movement + */ struct Ewl_Event_Dnd_Drop { int x; /**< X coordinate the mouse moved to */ @@ -211,7 +225,8 @@ */ struct Ewl_Event_Dnd_Data { - void* data; /**< Data from drop source */ + char *type; /**< Type of data from drop source */ + void *data; /**< Data from drop source */ unsigned int len; /**< Length of received data */ }; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs