From 5305ccab0a1738cedc6debc01c59dd2160bfe6f3 Mon Sep 17 00:00:00 2001 From: jlo62 <122014753+jlo62@users.noreply.github.com> Date: Sun, 17 Sep 2023 19:30:03 +0200 Subject: [PATCH] Update input-manager.c --- sway/input/input-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/input/input-manager.c b/sway/input/input-manager.c index db82bb4c8..c61365927 100644 --- a/sway/input/input-manager.c +++ b/sway/input/input-manager.c @@ -154,7 +154,7 @@ static void apply_input_type_config(struct sway_input_device *input_device) { } } -static struct sway_input_device *input_sway_device_from_wlr( +struct sway_input_device *input_sway_device_from_wlr( struct wlr_input_device *device) { struct sway_input_device *input_device = NULL; wl_list_for_each(input_device, &server.input->devices, link) {