summaryrefslogtreecommitdiff
path: root/src/hwdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hwdata.h')
-rw-r--r--src/hwdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hwdata.h b/src/hwdata.h
index 9b46073..38ffc6b 100644
--- a/src/hwdata.h
+++ b/src/hwdata.h
@@ -37,7 +37,7 @@
37struct FingerData { 37struct FingerData {
38 int touch_major, touch_minor; 38 int touch_major, touch_minor;
39 int width_major, width_minor; 39 int width_major, width_minor;
40 int orientation; 40 int orientation, pressure;
41 int position_x, position_y; 41 int position_x, position_y;
42}; 42};
43 43