mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
handle input device destroy
This commit is contained in:
parent
df0ee7f25f
commit
5c845f14ed
6 changed files with 39 additions and 2 deletions
|
|
@ -40,6 +40,10 @@ struct wlr_input_device {
|
|||
struct wlr_tablet_pad *tablet_pad;
|
||||
};
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
|
||||
void *data;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue