I hope I covered all remaining issues. v3: - update Makefile.am - fix memory corruption/leak of device variable - move transform configuration in the weston side
v2: - add src/compositor-fbdev.h in the Makefile.am - fix typo Benoit Gschwind (3): fbdev-backend: refactor configuration API fbdev-backend: store device name into backend struct fbdev-backend: move output transform configuration Makefile.am | 5 +++- src/compositor-fbdev.c | 79 +++++++++++++++++++++++--------------------------- src/compositor-fbdev.h | 51 ++++++++++++++++++++++++++++++++ src/main.c | 41 ++++++++++++++++++++++++-- 4 files changed, 130 insertions(+), 46 deletions(-) create mode 100644 src/compositor-fbdev.h -- 2.7.3 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
