On Fri, 28 Dec 2012 15:09:35 +0000 Michael Blumenkrantz
<michael.blumenkra...@gmail.com> said:

hmm ok - i see - it'll have a different rounding applid basically... what issue
does this cause?

> this is mainly for raster since he last worked on this:
> 
> both dpms and screensaver config apply and check backlight timer against
> screensaver timer. there's a slight discrepancy, however:
> 
> e_int_config_screensaver.c:
> 
> if ((e_config->backlight.idle_dim) &&
> (e_config->backlight.timer > (e_config->screensaver_timeout)))
>   {
>      e_config->screensaver_timeout = e_config->backlight.timer;
>      e_config->dpms_standby_timeout = e_config->screensaver_timeout;
>      e_config->dpms_suspend_timeout = e_config->screensaver_timeout;
>      e_config->dpms_off_timeout = e_config->screensaver_timeout;
> }
> 
> 
> e_int_config_dpms.c:
> 
> if ((e_config->backlight.idle_dim) &&
> (e_config->backlight.timer > (e_config->screensaver_timeout)))
>   {
>      e_config->screensaver_timeout = cfdata->backlight_timeout;
>      e_config->dpms_standby_timeout = e_config->screensaver_timeout;
>      e_config->dpms_suspend_timeout = e_config->screensaver_timeout;
>      e_config->dpms_off_timeout = e_config->screensaver_timeout;
> }
> 
> 
> I'm guessing these should be identical, so when you get a chance this
> should be fixed
> ------------------------------------------------------------------------------
> Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
> much more. Get web development skills now with LearnDevNow -
> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122812
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to