Re: [PATCH weston,v2] refactor configuration API of fbdev-backend

2016-04-27 Thread Benoit Gschwind
Hello Pekka, I was too confident when I submitted my patch, while I fixing the memory corruption that you pointed out I found another issue: composite-fbdev.c:504 section = weston_config_get_section(backend->compositor->config, "output", "name"

Re: [PATCH weston,v2] refactor configuration API of fbdev-backend

2016-04-27 Thread Pekka Paalanen
On Tue, 26 Apr 2016 21:10:55 +0200 Benoit Gschwind wrote: > Implement a "well" defined API to configure the fbdev backend. > Following and according to discution about libweston API > --- > Signed-off-by: Benoit Gschwind This S-o-b is on the wrong side of the '---'. git-am will drop if it is be

[PATCH weston,v2] refactor configuration API of fbdev-backend

2016-04-26 Thread Benoit Gschwind
Implement a "well" defined API to configure the fbdev backend. Following and according to discution about libweston API --- Signed-off-by: Benoit Gschwind v1: - add src/compositor-fbdev.h in the Makefile.am - fix typo Makefile.am| 3 ++- src/compositor-fbdev.c | 45 ++