backend/session: add wlr_device.events.remove

This commit is contained in:
Simon Ser 2020-12-27 12:54:35 +01:00
parent c49ea9ef4f
commit 5597776914
2 changed files with 16 additions and 5 deletions

View file

@ -16,6 +16,7 @@ struct wlr_device {
struct {
struct wl_signal change;
struct wl_signal remove;
} events;
};