On Tue, 23 Sep 2014 13:58:35 -0700 Mike Blumenkrantz <[email protected]> said:
and you now will have broken people using vbox + accel again. this feature and SAVING it was meant for an admin or master (i made e do this based on its comp accel config be that master) to ensure apps dont go use accel (gl etc.) rendering when e is using sw. this was NECESSARY to stop vbox bugs - the kind that basically bring down their entire gui to a stinking pile of black screen and nothing else. it also fixes their surprise when they go "but i selected software .. why is this using gl?" without this... you just broke the fix and added a regression in. > discomfitor pushed a commit to branch elementary-1.11. > > http://git.enlightenment.org/core/elementary.git/commit/?id=a0b97d429f25112a231ce57bae8dc45e37ff4f38 > > commit a0b97d429f25112a231ce57bae8dc45e37ff4f38 > Author: Mike Blumenkrantz <[email protected]> > Date: Tue Sep 23 16:55:11 2014 -0400 > > remove accel_override from elm_config > > if this is saved, it can never be unset, which means that a user who > later gains/loses hw accel can never change the existing config value > @fix > --- > src/lib/elm_config.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c > index 44fbc2e..701b18d 100644 > --- a/src/lib/elm_config.c > +++ b/src/lib/elm_config.c > @@ -484,7 +484,6 @@ _desc_init(void) > ELM_CONFIG_VAL(D, T, config_version, T_INT); > ELM_CONFIG_VAL(D, T, engine, T_STRING); > ELM_CONFIG_VAL(D, T, accel, T_STRING); > - ELM_CONFIG_VAL(D, T, accel_override, T_UCHAR); > ELM_CONFIG_VAL(D, T, vsync, T_UCHAR); > ELM_CONFIG_VAL(D, T, thumbscroll_enable, T_UCHAR); > ELM_CONFIG_VAL(D, T, thumbscroll_threshold, T_INT); > @@ -1493,6 +1492,7 @@ _config_load(void) > if (_elm_config->thumbscroll_flick_distance_tolerance == 0) > _elm_config->thumbscroll_flick_distance_tolerance = 1000; > > + _elm_config->accel_override = 0; > return; > } > > > -- > > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
