summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state.h b/src/state.h
index 4e98a08..256858a 100644
--- a/src/state.h
+++ b/src/state.h
@@ -48,6 +48,7 @@ struct mtdev_slot {
48 int blob_id; 48 int blob_id;
49 int tracking_id; 49 int tracking_id;
50 int pressure; 50 int pressure;
51 int distance;
51}; 52};
52 53
53static inline int get_sval(const struct mtdev_slot *slot, int ix) 54static inline int get_sval(const struct mtdev_slot *slot, int ix)