Re: [PATCH weston 3/6] Move the functions launching clients to main.c

2016-05-27 Thread Benoit Gschwind
Hello Giulio, With this patch, and mine to fix MODULEDIR of patch #2, this patch does not build due to incomplete type: src/screenshooter.c:46:24: error: field 'process' has incomplete type struct weston_process process; The patch look fine, if I ignore this building error, I also saw a lot of

Re: [PATCH weston 3/6] Move the functions launching clients to main.c

2016-05-25 Thread Quentin Glidic
On 24/05/2016 18:59, Giulio Camuffo wrote: They belong in the compositor rather than libweston since they set signals handlers, and a library should not do that behind its user's back. Besides, they were using functions in main.c already so they were not usable by other compositors. Signed-off-b

[PATCH weston 3/6] Move the functions launching clients to main.c

2016-05-24 Thread Giulio Camuffo
They belong in the compositor rather than libweston since they set signals handlers, and a library should not do that behind its user's back. Besides, they were using functions in main.c already so they were not usable by other compositors. Signed-off-by: Giulio Camuffo --- ivi-shell/hmi-control