Re: [PATCH weston v6 03/12] compositor: Drop unneeded create_output callback

2016-04-18 Thread Pekka Paalanen
On Sun, 17 Apr 2016 16:35:03 +0300 Giulio Camuffo wrote: > I must say the approach you've taken in the x11 backend, passing all > the configs at > init time, is neat, but this leaves me wondering if we'll ever want to > create an output after > initialization... however i think until such need ar

Re: [PATCH weston v6 03/12] compositor: Drop unneeded create_output callback

2016-04-17 Thread Giulio Camuffo
I must say the approach you've taken in the x11 backend, passing all the configs at init time, is neat, but this leaves me wondering if we'll ever want to create an output after initialization... however i think until such need arises this is ok. Reviewed-by: Giulio Camuffo 2016-04-16 6:28 GMT+0

[PATCH weston v6 03/12] compositor: Drop unneeded create_output callback

2016-04-15 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- src/compositor.h | 8 1 file changed, 8 deletions(-) diff --git a/src/compositor.h b/src/compositor.h index 0ba00be..5ca497c 100644 --- a/src/compositor.h +++ b/src/compositor.h @@ -691,14 +691,6 @@ struct weston_backend_config { struct weston_backen