wlroots-hyprland/backend/x11
Brian Ashworth b135599e5a backend/x11: improve output number handling
This improves the way the output numbers are handled for the x11
backend. Instead of using the number of active outputs plus one, the
last used number is stored and new outputs will increment it. This
fixes the situation where you start with one output, create a second,
close the first, and create a third. Without this, both outputs will be
X11-2, which causes an issue since the identifier will also be
identical. With this, the last output is X11-3 and the outputs can be
distinguished.
2019-03-15 18:37:35 +02:00
..
backend.c backend/x11: Hide cursor with Xfixes 2018-11-13 10:55:03 +13:00
input_device.c pointer: add a frame event 2019-01-26 11:04:05 +01:00
meson.build backend/x11: Hide cursor with Xfixes 2018-11-13 10:55:03 +13:00
output.c backend/x11: improve output number handling 2019-03-15 18:37:35 +02:00