backend/headless: take wl_event_loop instead of wl_display

This commit is contained in:
Simon Ser 2023-11-23 13:42:11 +01:00 committed by Kirill Primak
parent 0867dd4e6b
commit 682dbf36e5
5 changed files with 14 additions and 15 deletions

View file

@ -16,7 +16,7 @@
* Creates a headless backend. A headless backend has no outputs or inputs by
* default.
*/
struct wlr_backend *wlr_headless_backend_create(struct wl_display *display);
struct wlr_backend *wlr_headless_backend_create(struct wl_event_loop *loop);
/**
* Create a new headless output.
*