mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend add and remove events
This commit is contained in:
parent
ee39dff1e7
commit
6c8fd6017e
2 changed files with 11 additions and 0 deletions
|
|
@ -10,6 +10,11 @@ struct wlr_multi_backend {
|
|||
struct wlr_backend backend;
|
||||
|
||||
struct wl_list backends;
|
||||
|
||||
struct {
|
||||
struct wl_signal backend_add;
|
||||
struct wl_signal backend_remove;
|
||||
} events;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue