backend/wayland: take wl_event_loop instead of wl_display

This commit is contained in:
Simon Ser 2023-11-23 13:58:36 +01:00 committed by Kirill Primak
parent f5e8fa48f3
commit ed0bba581b
6 changed files with 16 additions and 17 deletions

View file

@ -15,7 +15,7 @@ struct wlr_input_device;
* The remote_display argument is an existing libwayland-client struct wl_display
* to use. Leave it NULL to create a new connection to the compositor.
*/
struct wlr_backend *wlr_wl_backend_create(struct wl_display *display,
struct wlr_backend *wlr_wl_backend_create(struct wl_event_loop *loop,
struct wl_display *remote_display);
/**