diff options
author | Simon Ser <contact@emersion.fr> | 2020-12-27 12:54:35 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-27 09:11:44 +0200 |
commit | 5597776914d715903f1ac61d02b719941b0ac2b4 (patch) | |
tree | 542df7b62b73c6e53c359e8efa5141f248d63660 /include/wlr/backend | |
parent | c49ea9ef4f1da9c6d5f6004c94fd4a14926ff19e (diff) |
backend/session: add wlr_device.events.remove
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 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; }; |