wlroots-hyprland/backend
Brian Ashworth c97f0eb0f2 backend/headless: improve output number handling
This improves the way the output numbers are handled for the headless
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
HEADLESS-2, which causes an issue since the identifier will also be
identical. With this, the last output is HEADLESS-3 and the outputs can
be distinguished.
2019-03-15 18:37:56 +02:00
..
drm backend/drm: Don't fail on failing to find overlay format 2019-03-05 23:15:20 +01:00
headless backend/headless: improve output number handling 2019-03-15 18:37:56 +02:00
libinput Implement the pointer-gestures-unstable-v1 protocol 2019-01-28 22:06:36 +01:00
multi Increase _POSIX_C_SOURCE to 200112L 2018-10-17 08:33:19 +02:00
noop Introduce noop backend 2019-01-17 20:13:55 +10:00
session backend/session: Allow setting a custom tty via WLR_DIRECT_TTY 2019-03-06 13:20:51 +01:00
wayland backend/wayland: improve output number handling 2019-03-15 09:43:40 +02:00
x11 backend/x11: improve output number handling 2019-03-15 18:37:35 +02:00
backend.c Introduce noop backend 2019-01-17 20:13:55 +10:00
meson.build backend/session: add noop session 2019-03-02 08:40:27 -07:00