mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/wayland: take wl_event_loop instead of wl_display
This commit is contained in:
parent
f5e8fa48f3
commit
ed0bba581b
6 changed files with 16 additions and 17 deletions
|
|
@ -20,12 +20,12 @@ struct wlr_wl_backend {
|
|||
|
||||
/* local state */
|
||||
bool started;
|
||||
struct wl_display *local_display;
|
||||
struct wl_event_loop *event_loop;
|
||||
struct wl_list outputs;
|
||||
int drm_fd;
|
||||
struct wl_list buffers; // wlr_wl_buffer.link
|
||||
size_t requested_outputs;
|
||||
struct wl_listener local_display_destroy;
|
||||
struct wl_listener event_loop_destroy;
|
||||
char *activation_token;
|
||||
|
||||
/* remote state */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue