backend/libinput: drop wl_display argument

We can grab the event loop from the wlr_session instead.
This commit is contained in:
Simon Ser 2023-11-23 13:50:32 +01:00 committed by Kirill Primak
parent 682dbf36e5
commit f5e8fa48f3
4 changed files with 7 additions and 25 deletions

View file

@ -16,8 +16,7 @@
struct wlr_input_device;
struct wlr_backend *wlr_libinput_backend_create(struct wl_display *display,
struct wlr_session *session);
struct wlr_backend *wlr_libinput_backend_create(struct wlr_session *session);
/**
* Gets the underlying struct libinput_device handle for the given input device.
*/