aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/input-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/input-manager.h')
-rw-r--r--include/sway/input/input-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/input/input-manager.h b/include/sway/input/input-manager.h
index 8e8bf1f2..e166a237 100644
--- a/include/sway/input/input-manager.h
+++ b/include/sway/input/input-manager.h
@@ -45,7 +45,7 @@ void input_manager_apply_seat_config(struct seat_config *seat_config);
45 45
46struct sway_seat *input_manager_get_default_seat(void); 46struct sway_seat *input_manager_get_default_seat(void);
47 47
48struct sway_seat *input_manager_get_seat(const char *seat_name); 48struct sway_seat *input_manager_get_seat(const char *seat_name, bool create);
49 49
50/** 50/**
51 * If none of the seat configs have a fallback setting (either true or false), 51 * If none of the seat configs have a fallback setting (either true or false),