mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -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
|
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue