diff options
author | Simon Ser <contact@emersion.fr> | 2021-11-03 13:37:24 +0100 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-11-19 16:06:07 +0000 |
commit | a37f538ca0cc6d504358eb797150751b60c4511b (patch) | |
tree | 27bc06727c03027b924455f8c01caae9aac20440 /include/wlr/backend | |
parent | d0bb7df6303cbe919f5d6d456cd4a8d46904b115 (diff) |
Introduce WLR_DEVICE_LEASE events
This will allow the DRM backend to reload its lessee list.
Diffstat (limited to 'include/wlr/backend')
-rw-r--r-- | include/wlr/backend/session.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/backend/session.h b/include/wlr/backend/session.h index 7d34bfeb..c8461ff7 100644 --- a/include/wlr/backend/session.h +++ b/include/wlr/backend/session.h @@ -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 { |