Re: [PATCH weston v2] compositor: Refactor weston_output_mode_switch()

2014-11-05 Thread Pekka Paalanen
On Tue, 4 Nov 2014 10:47:33 -0600 Derek Foreman wrote: > This breaks weston_output_mode_switch() into 3 functions: > weston_output_mode_set_native() > weston_output_mode_switch_to_temporary() > weston_output_mode_switch_to_native() > > Differences from previous behaviour: > SET_NATIVE didn't se

[PATCH weston v2] compositor: Refactor weston_output_mode_switch()

2014-11-04 Thread Derek Foreman
This breaks weston_output_mode_switch() into 3 functions: weston_output_mode_set_native() weston_output_mode_switch_to_temporary() weston_output_mode_switch_to_native() Differences from previous behaviour: SET_NATIVE didn't set current_scale (now it does) SET_TEMPORARY could set mode and scale ind