diff options
Diffstat (limited to 'backend/libinput/events.c')
-rw-r--r-- | backend/libinput/events.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/libinput/events.c b/backend/libinput/events.c index 19c66f38..fa29ef93 100644 --- a/backend/libinput/events.c +++ b/backend/libinput/events.c @@ -9,7 +9,7 @@ #include "backend/libinput.h" #include "util/signal.h" -struct wlr_libinput_input_device *get_libinput_device_from_device( +static struct wlr_libinput_input_device *get_libinput_device_from_device( struct wlr_input_device *wlr_dev) { assert(wlr_input_device_is_libinput(wlr_dev)); return (struct wlr_libinput_input_device *)wlr_dev; |