Hello pq,
Thanks for your review.
I did a patch update.
About the initialization and memory leak of .device options, as we
discussed on IRC, the current code is valid :) because of the following
lines :
+ if (!config.device)
+ config.device = strdup("/dev/fb0");
Thus I gues
On Sat, 23 Apr 2016 11:14:27 +0200
Benoit Gschwind wrote:
> Implement a "well" defined API to configure the fbdev backend.
> Following according to discution about libweston API
> ---
> v0:
> - First proposal.
>
> src/compositor-fbdev.c | 45 +++--
>
Implement a "well" defined API to configure the fbdev backend.
Following according to discution about libweston API
---
v0:
- First proposal.
src/compositor-fbdev.c | 45 +++--
src/compositor-fbdev.h | 49