summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/input-manager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sway/input/input-manager.h b/include/sway/input/input-manager.h
index 219aa9ba..08e749dc 100644
--- a/include/sway/input/input-manager.h
+++ b/include/sway/input/input-manager.h
@@ -44,6 +44,12 @@ struct sway_seat *input_manager_get_default_seat(void);
44struct sway_seat *input_manager_get_seat(const char *seat_name); 44struct sway_seat *input_manager_get_seat(const char *seat_name);
45 45
46/** 46/**
47 * If none of the seat configs have a fallback setting (either true or false),
48 * create the default seat (if needed) and set it as the fallback
49 */
50void input_manager_verify_fallback_seat(void);
51
52/**
47 * Gets the last seat the user interacted with 53 * Gets the last seat the user interacted with
48 */ 54 */
49struct sway_seat *input_manager_current_seat(void); 55struct sway_seat *input_manager_current_seat(void);