wlroots-hyprland/include
Simon Ser 019ffe8a5b backend/drm: introduce wlr_drm_connector.name
The DRM backend is a little special when it comes to wlr_outputs: the
wlr_drm_connectors are long-lived and are created even when no screen is
connected.

A wlr_drm_connector only advertises a wlr_output to the compositor when
a screen is connected. As such, most of wlr_output's state is invalid
when the connector is disconnected.

We want to stop using wlr_output state on disconnected connectors.
Introduce wlr_drm_connector.name which is always valid regardless of the
connector status to avoid reading wlr_output.name when disconnected.
2020-12-18 10:48:44 +01:00
..
backend backend/drm: introduce wlr_drm_connector.name 2020-12-18 10:48:44 +01:00
render render/drm_format_set: add wlr_drm_format_{create,add} 2020-12-18 09:41:12 +01:00
types Remove xdg-shell v6 2020-09-03 00:01:10 +02:00
util util/time: add timespec_from_nsec 2020-12-18 10:37:08 +01:00
wlr docs: fix error in wlr_output_set_damage() comment 2020-12-07 20:45:36 +01:00
xcursor Use fixed size integer type 2020-09-01 11:58:56 +02:00
xwayland xwayland: do not allow apps to change focus after wlroots request 2020-07-30 13:40:36 +02:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00