diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-02-09 12:27:39 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-02-09 12:27:39 +1000 |
commit | be30b28a1278190197f60c80821ba74602d09dac (patch) | |
tree | 36a3b297984f701fae4f1ba825374843aeb2eaf2 /src/libinput-util.h | |
parent | f2f616a1fc0a52712f595f01d9dfd429b6915723 (diff) | |
parent | 02b18d112cc786df690c03af565a098c00428eda (diff) |
Merge branch 'gcov-tests'
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/libinput-util.h')
-rw-r--r-- | src/libinput-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libinput-util.h b/src/libinput-util.h index 1bad1497..00ece58e 100644 --- a/src/libinput-util.h +++ b/src/libinput-util.h @@ -377,6 +377,7 @@ int parse_mouse_wheel_click_angle_property(const char *prop); int parse_mouse_wheel_click_count_property(const char *prop); double parse_trackpoint_accel_property(const char *prop); bool parse_dimension_property(const char *prop, size_t *width, size_t *height); +bool parse_calibration_property(const char *prop, float calibration[6]); enum switch_reliability { RELIABILITY_UNKNOWN, |