Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/dnd_snoop Modified Files: ewl_dnd_snoop.c Log Message: - Consolidate the Ewl_Event_Key_* and Ewl_Event_Mouse_* structures down to having common inherited base structs. - This is an API break if you're using any of these structures. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/dnd_snoop/ewl_dnd_snoop.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- ewl_dnd_snoop.c 2 Feb 2007 05:39:05 -0000 1.10 +++ ewl_dnd_snoop.c 3 Mar 2007 01:58:19 -0000 1.11 @@ -273,7 +273,7 @@ void *data __UNUSED__) { char buf[PATH_MAX]; - Ewl_Event_Mouse_Move *ev = event; + Ewl_Event_Mouse *ev = event; snprintf(buf, PATH_MAX, "Position event on widget %p: %d %d\n", w, ev->x, ev->y); ewl_dnd_snoop_output(buf); } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs