aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/input-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/input-manager.c')
-rw-r--r--sway/input/input-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/input-manager.c b/sway/input/input-manager.c
index 2d119cf2..12b3a430 100644
--- a/sway/input/input-manager.c
+++ b/sway/input/input-manager.c
@@ -23,7 +23,7 @@ struct sway_input_manager *input_manager;
23struct input_config *current_input_config = NULL; 23struct input_config *current_input_config = NULL;
24struct seat_config *current_seat_config = NULL; 24struct seat_config *current_seat_config = NULL;
25 25
26static struct sway_seat *input_manager_get_seat( 26struct sway_seat *input_manager_get_seat(
27 struct sway_input_manager *input, const char *seat_name) { 27 struct sway_input_manager *input, const char *seat_name) {
28 struct sway_seat *seat = NULL; 28 struct sway_seat *seat = NULL;
29 wl_list_for_each(seat, &input->seats, link) { 29 wl_list_for_each(seat, &input->seats, link) {