diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-03-08 15:53:21 -0500 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-03-11 20:02:21 +0000 |
commit | eae8952e176fcb63fe611d73f1459ab0f24252c9 (patch) | |
tree | e3a4e2b2ee07f73c72a0157bd570bb00c029a29a /include | |
parent | 7a2c96dcbd170d6b9811af944bc905cf1376e987 (diff) |
types/wlr_keyboard: remove destroy event
The destroy event from the base wlr_input_device must be used
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_keyboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_keyboard.h b/include/wlr/types/wlr_keyboard.h index b3be053a..063d6e3f 100644 --- a/include/wlr/types/wlr_keyboard.h +++ b/include/wlr/types/wlr_keyboard.h @@ -89,7 +89,6 @@ struct wlr_keyboard { struct wl_signal modifiers; struct wl_signal keymap; struct wl_signal repeat_info; - struct wl_signal destroy; } events; void *data; |