LookingGlass/client/displayservers/Wayland
Tudor Brindus 97009027d1 [client] wayland: require wl_compositor v3 instead of v4
The only addition to v4 was `wl_surface_damage_buffer`, which we do not
use.

This change should allow running on more compositors (even though v4 is
already old -- 5 years now).

Ref
3384f69ecf.
2021-02-27 14:48:40 +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: require wl_compositor v3 instead of v4 2021-02-27 14:48:40 +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: require wl_compositor v3 instead of v4 2021-02-27 14:48:40 +11:00