aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar TarcĂ­sio Eduardo Moreira Crocomo <tarcisioe@pm.me>2024-04-10 18:01:50 -0300
committerLibravatar Simon Ser <contact@emersion.fr>2024-07-04 22:47:46 +0200
commit5be5a5005164d3ccff844f4c72836cb49cbf784a (patch)
tree48b68907efb0c0fa32cf507effa73cc29188531e /include
parentsway_text_node: avoid unnecessary redraws (diff)
downloadsway-5be5a5005164d3ccff844f4c72836cb49cbf784a.tar.gz
sway-5be5a5005164d3ccff844f4c72836cb49cbf784a.tar.zst
sway-5be5a5005164d3ccff844f4c72836cb49cbf784a.zip
Implement clickfinger_button_map support.
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 0a9fdc70..15cd8698 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -249,6 +249,7 @@ sway_cmd input_cmd_seat;
249sway_cmd input_cmd_accel_profile; 249sway_cmd input_cmd_accel_profile;
250sway_cmd input_cmd_calibration_matrix; 250sway_cmd input_cmd_calibration_matrix;
251sway_cmd input_cmd_click_method; 251sway_cmd input_cmd_click_method;
252sway_cmd input_cmd_clickfinger_button_map;
252sway_cmd input_cmd_drag; 253sway_cmd input_cmd_drag;
253sway_cmd input_cmd_drag_lock; 254sway_cmd input_cmd_drag_lock;
254sway_cmd input_cmd_dwt; 255sway_cmd input_cmd_dwt;
diff --git a/include/sway/config.h b/include/sway/config.h
index 3e3a104e..dfa3c1b7 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -149,6 +149,7 @@ struct input_config {
149 int accel_profile; 149 int accel_profile;
150 struct calibration_matrix calibration_matrix; 150 struct calibration_matrix calibration_matrix;
151 int click_method; 151 int click_method;
152 int clickfinger_button_map;
152 int drag; 153 int drag;
153 int drag_lock; 154 int drag_lock;
154 int dwt; 155 int dwt;