ummm lets not "do seconds" when we dont have to.. less wakeups...

oops... and cpufreq - dial move in 0.25 sec to cut down animation load
:)



SVN revision: 80508
This commit is contained in:
Carsten Haitzler 2012-12-08 03:52:47 +00:00
parent 7903db5d3d
commit dd0b83fc20
2 changed files with 1 additions and 2 deletions

View File

@ -113,7 +113,6 @@ group { name: "e/modules/clock/digital";
date(year, month, day, yearday, weekday, hour, minute, second);
dosec = get_int(do_seconds);
dosec = 1;
if (dosec) {
v = round(second);
tim = timer(1.0 - (second - v), "clock_cb", 1);

View File

@ -153,7 +153,7 @@ group { name: "e/modules/cpufreq/main";
ani = get_int(cur_freq_anim);
if (ani > 0) cancel_anim(ani);
ani = anim(1.0, "slide_cur_freq", 0);
ani = anim(0.25, "slide_cur_freq", 0);
set_int(cur_freq_anim, ani);
f = getarg(2);