summaryrefslogtreecommitdiff
path: root/tools/shared.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-04-10 15:45:59 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-04-10 15:53:31 +1000
commit2a1a28dd1ddb7c3717e48e508d65a74a4a33f143 (patch)
treea2b0e019ed475483954630ad36e36c3286cf5534 /tools/shared.h
parentc621656790578f3438d0092a6125d3322f74e6e3 (diff)
downloadlibinput-2a1a28dd1ddb7c3717e48e508d65a74a4a33f143.tar.gz
tools: add commandline flag to control the pointer accel speed
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools/shared.h')
-rw-r--r--tools/shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.h b/tools/shared.h
index fcf748fd..caf48558 100644
--- a/tools/shared.h
+++ b/tools/shared.h
@@ -40,6 +40,7 @@ struct tools_options {
int natural_scroll;
int left_handed;
enum libinput_config_click_method click_method;
+ double speed;
};
void tools_init_options(struct tools_options *options);