mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Introduce WLR_DEVICE_LEASE events
This will allow the DRM backend to reload its lessee list.
This commit is contained in:
parent
d0bb7df630
commit
a37f538ca0
2 changed files with 9 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ struct wlr_session_add_event {
|
|||
|
||||
enum wlr_device_change_type {
|
||||
WLR_DEVICE_HOTPLUG = 1,
|
||||
WLR_DEVICE_LEASE,
|
||||
};
|
||||
|
||||
struct wlr_device_hotplug_event {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue