mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
add backend destroy event
This commit is contained in:
parent
1a96ce0c53
commit
4e804ef40f
2 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ struct wlr_backend {
|
|||
const struct wlr_backend_impl *impl;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
struct wl_signal input_add;
|
||||
struct wl_signal input_remove;
|
||||
struct wl_signal output_add;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue