Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_media.c Log Message: - cleanup todo - todo ++ - cleanup ewl_media =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_media.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- ewl_media.c 28 May 2006 01:32:17 -0000 1.20 +++ ewl_media.c 28 May 2006 02:39:56 -0000 1.21 @@ -589,19 +589,22 @@ DLEAVE_FUNCTION(DLEVEL_STABLE); } -static void ewl_media_update_timer_cb(void *data, +static void +ewl_media_update_timer_cb(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) { - Ewl_Widget *m; + Ewl_Media *m; DENTER_FUNCTION(DLEVEL_STABLE); DCHECK_PARAM_PTR("data", data); - m = (Ewl_Widget *)data; - EWL_MEDIA(m)->block_seek = 1; - ewl_callback_call(m, EWL_CALLBACK_VALUE_CHANGED); - EWL_MEDIA(m)->block_seek = 0; + m = data; + + m->block_seek = 1; + ewl_callback_call(EWL_WIDGET(m), EWL_CALLBACK_VALUE_CHANGED); + m->block_seek = 0; DLEAVE_FUNCTION(DLEVEL_STABLE); } + ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs