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"
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
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 ++