aboutsummaryrefslogtreecommitdiffstats
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 fe0d1aff..1f3e99e7 100644
--- a/sway/input.c
+++ b/sway/input.c
@@ -21,6 +21,7 @@ struct input_config *new_input_config(const char* identifier) {
21 input->click_method = INT_MIN; 21 input->click_method = INT_MIN;
22 input->middle_emulation = INT_MIN; 22 input->middle_emulation = INT_MIN;
23 input->natural_scroll = INT_MIN; 23 input->natural_scroll = INT_MIN;
24 input->accel_profile = INT_MIN;
24 input->pointer_accel = FLT_MIN; 25 input->pointer_accel = FLT_MIN;
25 input->scroll_method = INT_MIN; 26 input->scroll_method = INT_MIN;
26 27