aboutsummaryrefslogtreecommitdiffstats
path: root/src/hwdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hwdata.h')
-rw-r--r--src/hwdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hwdata.h b/src/hwdata.h
index f91f11b..a5f9bf5 100644
--- a/src/hwdata.h
+++ b/src/hwdata.h
@@ -26,6 +26,7 @@ struct HWData {
struct FingerData finger[DIM_FINGER];
button_t button;
int nfinger;
+ bool in_packet, in_finger;
};
////////////////////////////////////////////////////////