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

2016-06-02 Thread Pekka Paalanen
On Thu, 2 Jun 2016 10:19:06 +0200 Quentin Glidic wrote: > On 01/06/2016 20:43, 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

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

2016-06-02 Thread Quentin Glidic
On 01/06/2016 20:43, 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 v2 3/8] Move the functions launching clients to main.c

2016-06-01 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