From 5597776914d715903f1ac61d02b719941b0ac2b4 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 27 Dec 2020 12:54:35 +0100 Subject: backend/session: add wlr_device.events.remove --- 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 0c744673..0107ea36 100644 --- a/include/wlr/backend/session.h +++ b/include/wlr/backend/session.h @@ -16,6 +16,7 @@ struct wlr_device { struct { struct wl_signal change; + struct wl_signal remove; } events; }; -- cgit v1.2.3