compositor-wayland: Parse [output] config sections and more options

Graphics / Wayland / Weston - Jason Ekstrand [jlekstrand.net] - 7 November 2013 18:35 UTC

This commit makes the wayland backend search through the config for [output] sections with names starting with "WL" and create outputs accordingly. Outputs created due to the config file support mode, scale, and transform parameters. It also listens for the --output-count command-line option.

This brings the wayland backend almost up to par, in terms of functionality with the X11 backend.

48ce421 compositor-wayland: Parse [output] config sections and more options
man/weston.ini.man | 4 +-
src/compositor-wayland.c | 234 ++++++++++++++++++++++++++++++++++++----------
src/compositor.c | 1 +
3 files changed, 188 insertions(+), 51 deletions(-)

Upstream: cgit.freedesktop.org


  • Share