mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/multi: take wl_event_loop instead of wl_display
This commit is contained in:
parent
54f9944b48
commit
f27808b8d9
4 changed files with 10 additions and 9 deletions
|
|
@ -10,7 +10,7 @@ struct wlr_multi_backend {
|
|||
|
||||
struct wl_list backends;
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
struct wl_listener event_loop_destroy;
|
||||
|
||||
struct {
|
||||
struct wl_signal backend_add;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue