LookingGlass/client/displayservers/Wayland
Tudor Brindus d6b8823dce [client] wayland: gracefully downgrade to wl_output v2
We don't necessarily need `wl_output.release`, which is the only
addition in v3.

This allows Looking Glass to run on Ubuntu 20.04 without having to go
difficult lengths to acquire newer Wayland packages. Since 20.04 is an
LTS release, this seems worthwhile for the small amount of complexity
this introduces.

Fixes
https://forum.level1techs.com/t/latest-build-allow-inhibiting-shortcuts-dialog-ubuntu/168684/6.
2021-02-27 14:48:28 +11:00
..
clipboard.c [client] wayland: fail gracefully when interfaces are too old 2021-02-26 09:43:38 +11:00
CMakeLists.txt [client] wayland: keep track of wl_output scale information 2021-02-21 19:06:53 +11:00
cursor.c [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +11:00
gl.c [client] wayland: pass scale factor information to renderer 2021-02-21 19:06:53 +11:00
idle.c [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +11:00
input.c [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +11:00
output.c [client] wayland: gracefully downgrade to wl_output v2 2021-02-27 14:48:28 +11:00
poll.c [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +11:00
registry.c [client] wayland: fail gracefully when interfaces are too old 2021-02-26 09:43:38 +11:00
state.c [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +11:00
wayland.c [client] wayland: clean up #includes in wayland.c 2021-02-26 09:44:59 +11:00
wayland.h [client] wayland: gracefully downgrade to wl_output v2 2021-02-27 14:48:28 +11:00
window.c [client] wayland: fail gracefully when interfaces are too old 2021-02-26 09:43:38 +11:00