wlroots-hyprland/include/backend
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
..
drm backend/drm: fix modeset on drm fd resume 2019-02-19 16:49:51 +01:00
session Use more consistent include guard names 2017-09-23 10:26:01 +02:00
headless.h backend/headless: add assertions 2018-09-18 11:01:53 +02:00
libinput.h Implement the pointer-gestures-unstable-v1 protocol 2019-01-28 22:06:36 +01:00
multi.h Rework session handling 2018-09-24 23:35:09 +02:00
noop.h Introduce noop backend 2019-01-17 20:13:55 +10:00
wayland.h backend/wayland: improve output number handling 2019-03-15 09:43:40 +02:00
x11.h backend/x11: improve output number handling 2019-03-15 18:37:35 +02:00