[PATCH weston v4 00/14] compositor-wayland: refactor the configuration API
Benoit Gschwind
gschwind at gnu-log.net
Tue May 10 20:47:43 UTC 2016
v4:
- reorder patches
- more spacing and lines wraping fix.
- shorter the patches set
- use glue code instead of renaming/refactoring when moving code
v3:
- rebase to master
- heavy patches spliting to help review as suggested by Pekka
- spacing and lines wraping
- rename functions and variables as suggested by Pekka
Benoit Gschwind (14):
compositor-wayland: fix spacing and lines wraping
compositor-wayland: fix too long lines
compositor-wayland: rename wayland_output_init_from_config
compositor-wayland: rename misleading output arg of
weston_wayland_output_config_init
compositor-wayland: add versionning to config structure
compositor-wayland: move configuration parsing to weston main.c
compositor-wayland: rename load_wayland_backend_config arg "config" to
wc
compositor-wayland: replace and remove new_config in
load_wayland_backend_config
compositor-wayland: rename wayland_backend_config_add_new_output
function
compositor-wayland: rename wayland_backend_config_release function
compositor-wayland: rename out_config arg of
load_wayland_backend_config
compositor-wayland: rename new_config arg of
weston_wayland_backend_config_release
compositor-wayland: rename new_config arg of
weston_wayland_backend_config_add_new_output
compositor-wayland: move weston_wayland_backend_config_release call
from load_wayland_backend_config to caller
src/compositor-wayland.c | 208 ++-----------------------------------------
src/compositor-wayland.h | 3 +
src/main.c | 225 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 236 insertions(+), 200 deletions(-)
--
2.7.3
More information about the wayland-devel
mailing list