mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
backend/session: add wlr_device.events.remove
This commit is contained in:
parent
c49ea9ef4f
commit
5597776914
2 changed files with 16 additions and 5 deletions
|
|
@ -16,6 +16,7 @@ struct wlr_device {
|
|||
|
||||
struct {
|
||||
struct wl_signal change;
|
||||
struct wl_signal remove;
|
||||
} events;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue