Re: [PATCH weston v2 7/9] wayland-backend: split init_backend

2016-05-04 Thread Pekka Paalanen
On Thu, 28 Apr 2016 20:33:14 +0200 Benoit Gschwind wrote: > Extract configuration parsing from init_backend function. The new > init_backend start by generating the configuration structure from > configuration file with separated function and then use this structure > to

Re: [PATCH weston v2 7/9] wayland-backend: split init_backend

2016-05-02 Thread Benoit Gschwind
Hello Yong, Thanks, I will fix this in next version after few more review :) Best regards. Le 29/04/2016 03:38, Yong Bakos a écrit : > On Apr 28, 2016, at 1:33 PM, Benoit Gschwind wrote: >> >> Extract configuration parsing from init_backend function. The new >>

Re: [PATCH weston v2 7/9] wayland-backend: split init_backend

2016-04-28 Thread Yong Bakos
On Apr 28, 2016, at 1:33 PM, Benoit Gschwind wrote: > > Extract configuration parsing from init_backend function. The new > init_backend start by generating the configuration structure from > configuration file with separated function and then use this structure > to load

[PATCH weston v2 7/9] wayland-backend: split init_backend

2016-04-28 Thread Benoit Gschwind
Extract configuration parsing from init_backend function. The new init_backend start by generating the configuration structure from configuration file with separated function and then use this structure to load the backend. Signed-off-by: Benoit Gschwind ---