handle input device destroy

This commit is contained in:
Tony Crisci 2017-08-28 10:29:53 -04:00
parent df0ee7f25f
commit 5c845f14ed
6 changed files with 39 additions and 2 deletions

View file

@ -40,6 +40,10 @@ struct wlr_input_device {
struct wlr_tablet_pad *tablet_pad;
};
struct {
struct wl_signal destroy;
} events;
void *data;
};