mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
types/wlr_virtual_keyboard_v1: remove destroy event
The destroy event from the keyboard base wlr_input_device must be used
This commit is contained in:
parent
eae8952e17
commit
45c8771735
2 changed files with 0 additions and 7 deletions
|
|
@ -31,10 +31,6 @@ struct wlr_virtual_keyboard_v1 {
|
|||
bool has_keymap;
|
||||
|
||||
struct wl_list link;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy; // struct wlr_virtual_keyboard_v1*
|
||||
} events;
|
||||
};
|
||||
|
||||
struct wlr_virtual_keyboard_manager_v1* wlr_virtual_keyboard_manager_v1_create(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue