Re: [PATCH weston 1/3] compositor: introduce structs to handle backends configuration

2015-10-23 Thread Bryce Harrington
On Mon, Oct 19, 2015 at 05:42:53PM -0700, Bryce Harrington wrote: > On Sat, Oct 17, 2015 at 07:24:13PM +0300, Giulio Camuffo wrote: > > This commit introduces the structs weston_backend_config and > > weston_backend_output_config, to prepare for the new config > > system for the backends. > > --- >

Re: [PATCH weston 1/3] compositor: introduce structs to handle backends configuration

2015-10-19 Thread Bryce Harrington
On Sat, Oct 17, 2015 at 07:24:13PM +0300, Giulio Camuffo wrote: > This commit introduces the structs weston_backend_config and > weston_backend_output_config, to prepare for the new config > system for the backends. > --- > src/compositor.h | 36 ++-- > 1 file chang

[PATCH weston 1/3] compositor: introduce structs to handle backends configuration

2015-10-17 Thread Giulio Camuffo
This commit introduces the structs weston_backend_config and weston_backend_output_config, to prepare for the new config system for the backends. --- src/compositor.h | 36 ++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/src/compositor.h b/src/co