Re: [PATCH 10/10] Cleanup unneeded stuff left during the porting phrase

2016-08-12 Thread Pekka Paalanen
On Thu, 11 Aug 2016 17:34:05 +0200 Armin Krezović wrote: > - Removed weston_backend_output_config structure; Outputs > should be configured from compositors using plugin-api. > > - Merged weston_output_init() into weston_output_enable() > > - Renamed weston_output_init_pending() to weston_out

Re: [PATCH 10/10] Cleanup unneeded stuff left during the porting phrase

2016-08-12 Thread Quentin Glidic
On 11/08/2016 17:34, Armin Krezović wrote: - Removed weston_backend_output_config structure; Outputs should be configured from compositors using plugin-api. - Merged weston_output_init() into weston_output_enable() - Renamed weston_output_init_pending() to weston_output_init() Signed-off-by:

[PATCH 10/10] Cleanup unneeded stuff left during the porting phrase

2016-08-11 Thread Armin Krezović
- Removed weston_backend_output_config structure; Outputs should be configured from compositors using plugin-api. - Merged weston_output_init() into weston_output_enable() - Renamed weston_output_init_pending() to weston_output_init() Signed-off-by: Armin Krezović --- libweston/compositor-dr