backend/session: introduce wlr_device_manager

This commit is contained in:
Simon Ser 2026-05-24 13:43:09 +02:00
parent 3bd8f29b13
commit e8b81b3d4a
7 changed files with 362 additions and 251 deletions

View file

@ -45,9 +45,7 @@ struct wlr_session {
char seat[256];
struct udev *udev;
struct udev_monitor *mon;
struct wl_event_source *udev_event;
struct wlr_device_manager *device_manager;
struct libseat *seat_handle;
struct wl_event_source *libseat_event;