[PATCH weston 0/6] More wayland backend fixes/features
Jason Ekstrand
jason at jlekstrand.net
Thu Nov 7 18:13:27 PST 2013
Most of these patches are bugfixes/cleanups. However, it does add two new
features: a --scale option and fullscreen support. Fullscreen support
works by either passing the --fullscreen option or by pressing CTRL+ALT+F
while one of the outputs is focussed. If the --fullscreen option is
passed, it will create exactly one fullscreen output. If you want more
fullscreen outputs, you need to use the other method for now.
Jason Ekstrand (6):
compositor-wayland: Remove unused output handling code
compositor-wayland: rename wayland_compositor.inputs to input_list
compositor-wayland: Fix cursor coordinate transforms so it works on
translated outputs
compositor-wayland: Move config parsing into backend_init
compositor-wayland: Add a --scale option
compositor-wayland: Add fullscreen support
src/compositor-wayland.c | 530 +++++++++++++++++++++++++++++++----------------
src/compositor.c | 2 +
2 files changed, 351 insertions(+), 181 deletions(-)
--
1.8.3.1
More information about the wayland-devel
mailing list