LookingGlass/client/displayservers/Wayland
Quantum 389d8824e2 [client] wayland: handle output scale changes
If the scale factor of an wl_output changes while the client is running,
the maximum scale factor is not updated. This may result in incorrect
scaling.

Therefore, when the scale factor is changed, we should generate a
resize event.
2021-02-23 20:28:25 +11:00
..
clipboard.c [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +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: handle output scale changes 2021-02-23 20:28:25 +11:00
poll.c [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +11:00
registry.c [client] wayland: keep track of wl_output scale information 2021-02-21 19:06:53 +11:00
state.c [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +11:00
wayland.c [client] wayland: handle output scale changes 2021-02-23 20:28:25 +11:00
wayland.h [client] wayland: handle output scale changes 2021-02-23 20:28:25 +11:00
window.c [client] wayland: handle output scale changes 2021-02-23 20:28:25 +11:00