From a37f538ca0cc6d504358eb797150751b60c4511b Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 3 Nov 2021 13:37:24 +0100 Subject: Introduce WLR_DEVICE_LEASE events This will allow the DRM backend to reload its lessee list. --- include/wlr/backend/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr/backend/session.h') 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 { -- cgit v1.2.3