wlroots-hyprland/backend
Simon Ser 836cb820d0 backend/drm: call get_drm_connector_props() when creating connector
This function fetches property IDs. These don't change for the
lifetime of the connector. Instead of refreshing the property IDs
on hotplug (and leaving property IDs unset for disconnected
connectors), only fetch the property IDs when we create the
connector.
2024-02-14 19:12:14 +01:00
..
drm backend/drm: call get_drm_connector_props() when creating connector 2024-02-14 19:12:14 +01:00
headless backend/headless: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
libinput backend/libinput: drop wl_display argument 2024-01-25 15:05:36 +00:00
multi backend/multi: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
session backend/session: add docs 2024-02-01 16:08:47 +01:00
wayland Add more POSIX compliance macros to fix uClibc support 2024-02-12 17:41:45 +01:00
x11 backend/x11: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
backend.c backend: take wl_event_loop instead of wl_display in wlr_backend_autocreate() 2024-01-25 15:05:36 +00:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00