aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-11-23 13:50:32 +0100
committerKirill Primak <vyivel@eclair.cafe>2024-01-25 15:05:36 +0000
commitf5e8fa48f3cf6dc8522191bb56670503de41fa4c (patch)
treecfcecf9f7c6d9f8724424e2a89df098778ee3d9b /include/wlr
parent682dbf36e53a36b09a2cc37ef6bdaf21fa8d35b5 (diff)
backend/libinput: drop wl_display argument
We can grab the event loop from the wlr_session instead.
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/backend/libinput.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/wlr/backend/libinput.h b/include/wlr/backend/libinput.h
index 83d281f9..663f71ac 100644
--- a/include/wlr/backend/libinput.h
+++ b/include/wlr/backend/libinput.h
@@ -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.
*/