[PATCH weston v2 0/9] wayland-backend: refactor the configuration API
Benoit Gschwind
gschwind at gnu-log.net
Thu Apr 28 18:33:07 UTC 2016
I did a patches set that split the previous patch in severals steps. The step
intend to help the review, and may not be logical. The patch is focuced on
keeping the legacy configuration behaviours.
Benoit Gschwind (9):
wayland-backend: Create a basic config structure to use in new init
API
wayland-backend: fix memory leak of display_name
wayland-backend: use new config struture to create backend
wayland-backend: move config parsing in create_cursor
wayland-backend: define output configuration structure
wayland-backend: split wayland_output_create_for_config
wayland-backend: split init_backend
wayland-backend: put configuration structure in separate header
wayland-backend: move all parsing functions to weston
Makefile.am | 3 +
src/compositor-wayland.c | 187 +++++++++++------------------------------
src/compositor-wayland.h | 63 ++++++++++++++
src/main.c | 211 ++++++++++++++++++++++++++++++++++++++++++++++-
4 files changed, 323 insertions(+), 141 deletions(-)
create mode 100644 src/compositor-wayland.h
--
2.7.3
More information about the wayland-devel
mailing list