aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/backend/session.h1
1 files changed, 1 insertions, 0 deletions
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;
};