summaryrefslogtreecommitdiff
path: root/src/bin/e_spectrum.c
diff options
context:
space:
mode:
authorsebastid <sebastid>2006-08-14 20:08:33 +0000
committersebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2006-08-14 20:08:33 +0000
commit18fc9ca266d2f3f54d713f968324e17f4d66e1b1 (patch)
tree6180b2b01e462d9ebe1b30fe8da13e1033a12570 /src/bin/e_spectrum.c
parent4b7adb57f85b1964626a440894c2b7b429b611cf (diff)
downloadenlightenment-18fc9ca266d2f3f54d713f968324e17f4d66e1b1.tar.gz
Use Ecore_Timer for timer.
SVN revision: 24701
Diffstat (limited to 'src/bin/e_spectrum.c')
-rw-r--r--src/bin/e_spectrum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_spectrum.c b/src/bin/e_spectrum.c
index 7a083701ee..9915694044 100644
--- a/src/bin/e_spectrum.c
+++ b/src/bin/e_spectrum.c
@@ -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);