backend/x11: take wl_event_loop instead of wl_display

This commit is contained in:
Simon Ser 2023-11-23 14:03:14 +01:00 committed by Kirill Primak
parent ed0bba581b
commit b62ac611c8
5 changed files with 14 additions and 16 deletions

View file

@ -17,7 +17,7 @@ struct wlr_input_device;
* The `x11_display` argument is the name of the X Display socket. Set
* to NULL for the default behaviour of XOpenDisplay().
*/
struct wlr_backend *wlr_x11_backend_create(struct wl_display *display,
struct wlr_backend *wlr_x11_backend_create(struct wl_event_loop *loop,
const char *x11_display);
/**