mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
types/wlr_keyboard: remove destroy event
The destroy event from the base wlr_input_device must be used
This commit is contained in:
parent
7a2c96dcbd
commit
eae8952e17
4 changed files with 2 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue