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

2016-04-26 Thread Benoit Gschwind
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

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

2016-04-26 Thread Pekka Paalanen
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 +++-- >

[PATCH weston] refactor configuration API of fbdev-backend

2016-04-23 Thread Benoit Gschwind
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