summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h1
-rw-r--r--include/sway/config.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index fe67c58c..a46f41a3 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -173,6 +173,7 @@ sway_cmd input_cmd_click_method;
173sway_cmd input_cmd_drag_lock; 173sway_cmd input_cmd_drag_lock;
174sway_cmd input_cmd_dwt; 174sway_cmd input_cmd_dwt;
175sway_cmd input_cmd_events; 175sway_cmd input_cmd_events;
176sway_cmd input_cmd_left_handed;
176sway_cmd input_cmd_middle_emulation; 177sway_cmd input_cmd_middle_emulation;
177sway_cmd input_cmd_natural_scroll; 178sway_cmd input_cmd_natural_scroll;
178sway_cmd input_cmd_pointer_accel; 179sway_cmd input_cmd_pointer_accel;
diff --git a/include/sway/config.h b/include/sway/config.h
index b29fe6c5..a14b7e48 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -60,6 +60,7 @@ struct input_config {
60 int click_method; 60 int click_method;
61 int drag_lock; 61 int drag_lock;
62 int dwt; 62 int dwt;
63 int left_handed;
63 int middle_emulation; 64 int middle_emulation;
64 int natural_scroll; 65 int natural_scroll;
65 float pointer_accel; 66 float pointer_accel;