summaryrefslogtreecommitdiffstats
path: root/sway/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input.c')
-rw-r--r--sway/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input.c b/sway/input.c
index ae24cb49..acd69a6b 100644
--- a/sway/input.c
+++ b/sway/input.c
@@ -24,6 +24,7 @@ struct input_config *new_input_config(const char* identifier) {
24 input->accel_profile = INT_MIN; 24 input->accel_profile = INT_MIN;
25 input->pointer_accel = FLT_MIN; 25 input->pointer_accel = FLT_MIN;
26 input->scroll_method = INT_MIN; 26 input->scroll_method = INT_MIN;
27 input->left_handed = INT_MIN;
27 28
28 return input; 29 return input;
29} 30}