This series contains some simple fixes for Wayland backend for issues discovered by Pekka during the output API series review.
That includes some cleaning up on output/backend destroy, converting some flags to boolean (nitpick!) and porting the backend to xdg-shell-v6! Armin Krezović (10): compositor-wayland: Convert use-pixman flag to boolean compositor-wayland: Convert sprawl flag to boolean compositor-wayland: Convert fullscreen flag to bool compositor-wayland: Convert draw_initial_frame to boolean compositor-wayland: Move vfunc setting from set_size to enable compositor-wayland: Simplify fullscreen output surface handling compositor-wayland: Properly clean up on backend destroy compositor-wayland: Destroy shm buffers on output disable compositor-wayland: Port to xdg-shell-v6 compositor-wayland: Simplify fullscreening for sprawl use case Makefile.am | 8 +- compositor/main.c | 4 +- libweston/compositor-wayland.c | 277 ++++++++++++++++++++++++----------------- libweston/compositor-wayland.h | 6 +- 4 files changed, 173 insertions(+), 122 deletions(-) -- 2.10.1 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
