Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/media Modified Files: ewl_media.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/media/ewl_media.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_media.c 4 Jan 2007 05:09:42 -0000 1.3 +++ ewl_media.c 3 Mar 2007 01:58:19 -0000 1.4 @@ -221,7 +221,7 @@ static void key_up_cb(Ewl_Widget *w, void *event, void *data) { - Ewl_Event_Key_Up *e = (Ewl_Event_Key_Up *)event; + Ewl_Event_Key *e = event; if (!strcmp(e->keyname, "p")) ewl_media_play_set(EWL_MEDIA(video), 1); ------------------------------------------------------------------------- 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