summaryrefslogtreecommitdiff
path: root/src/libinput-util.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-07-14 13:47:29 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-07-14 13:47:29 +1000
commit688142c8a22c00cfe7b9dec6a71e935b899d8b65 (patch)
tree954c474a08168679f10d3f0b0134503c54ae427d /src/libinput-util.h
parent36739e8b6aaafed8070c4de8200f3f8353d0de62 (diff)
parente3eda9db6aa12b6cd29db98bcbc4ef8899af226f (diff)
downloadlibinput-688142c8a22c00cfe7b9dec6a71e935b899d8b65.tar.gz
Merge branch 'wip/touchpad-apple-touch-major-v2'
Diffstat (limited to 'src/libinput-util.h')
-rw-r--r--src/libinput-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libinput-util.h b/src/libinput-util.h
index 26f0b632..d4d68abe 100644
--- a/src/libinput-util.h
+++ b/src/libinput-util.h
@@ -413,8 +413,9 @@ 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]);
-bool parse_pressure_range_property(const char *prop, int *hi, int *lo);
+bool parse_range_property(const char *prop, int *hi, int *lo);
int parse_palm_pressure_property(const char *prop);
+int parse_palm_size_property(const char *prop);
enum tpkbcombo_layout {
TPKBCOMBO_LAYOUT_UNKNOWN,