Use Ecore_Timer for timer.

SVN revision: 24701
This commit is contained in:
sebastid 2006-08-14 20:08:33 +00:00 committed by sebastid
parent 4b7adb57f8
commit 18fc9ca266
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ struct _E_Spectrum
E_Color_Component mode;
E_Color *cv;
Ecore_Job *draw_timer;
Ecore_Timer *draw_timer;
};
static int _e_spectrum_redraw(void *d);