Re: [PATCH weston v2 9/9] wayland-backend: move all parsing functions to weston

2016-05-05 Thread Benoit Gschwind
Hello Pekka, I submitted a patches set (v3) to address all comments. Best regards. On 04/05/2016 15:41, Pekka Paalanen wrote: > On Thu, 28 Apr 2016 20:33:16 +0200 > Benoit Gschwind wrote: > >> Move all parsing functions from the wayland backend and put >> them into the weston code and add vers

Re: [PATCH weston v2 9/9] wayland-backend: move all parsing functions to weston

2016-05-04 Thread Pekka Paalanen
On Thu, 28 Apr 2016 20:33:16 +0200 Benoit Gschwind wrote: > Move all parsing functions from the wayland backend and put > them into the weston code and add versionning to configuration > structure. Hi Benoit, the commit message already reveals that this should be at least two separate patches:

[PATCH weston v2 9/9] wayland-backend: move all parsing functions to weston

2016-04-28 Thread Benoit Gschwind
Move all parsing functions from the wayland backend and put them into the weston code and add versionning to configuration structure. Signed-off-by: Benoit Gschwind --- src/compositor-wayland.c | 232 --- src/compositor-wayland.h | 5 + src/main.c