mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
backend/session: introduce wlr_device_manager
This commit is contained in:
parent
3bd8f29b13
commit
e8b81b3d4a
7 changed files with 362 additions and 251 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue