summaryrefslogtreecommitdiff
path: root/test/litest-int.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-07-21 09:31:37 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-07-21 09:31:37 +1000
commit0891bc0d92758264d4b78064b5e57f9fb797f293 (patch)
tree7eae69776854a50ed779a8e9aa33feafd5355a1a /test/litest-int.h
parent2de220f3dd671c773ef0f674e2050279291a5872 (diff)
parent858f0095653ce4b5f4a099bd2afbdcf616e5764a (diff)
downloadlibinput-0891bc0d92758264d4b78064b5e57f9fb797f293.tar.gz
Merge branch 'master' into tablet-support
Diffstat (limited to 'test/litest-int.h')
-rw-r--r--test/litest-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/litest-int.h b/test/litest-int.h
index e64f8b85..c6c3e4a6 100644
--- a/test/litest-int.h
+++ b/test/litest-int.h
@@ -101,7 +101,7 @@ struct litest_device_interface {
};
void litest_set_current_device(struct litest_device *device);
-int litest_scale(const struct litest_device *d, unsigned int axis, int val);
+int litest_scale(const struct litest_device *d, unsigned int axis, double val);
void litest_generic_device_teardown(void);
#endif