Yet another stab at the drm and x11 backend config stuff... Benoit Gschwind (1): x11: port the x11 backend to the new init api
Bryce Harrington (1): drm: Don't hang onto the backend config object post-backend_init Giulio Camuffo (1): drm: port the drm backend to the new init api Makefile.am | 6 ++ src/compositor-drm.c | 220 +++++++++++++++++++++---------------------------- src/compositor-drm.h | 127 +++++++++++++++++++++++++++++ src/compositor-x11.c | 158 +++++++++++++---------------------- src/compositor-x11.h | 62 ++++++++++++++ src/compositor.h | 2 - src/main.c | 226 ++++++++++++++++++++++++++++++++++++++++++++++++++- 7 files changed, 567 insertions(+), 234 deletions(-) create mode 100644 src/compositor-drm.h create mode 100644 src/compositor-x11.h -- 1.9.1 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
