On Sat, 29 Dec 2012 11:52:27 +0900 Carsten Haitzler (The Rasterman) <[email protected]> wrote:
> On Fri, 28 Dec 2012 15:09:35 +0000 Michael Blumenkrantz > <[email protected]> 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 it caused the issue of me noticing it. thanks for the fix ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
