aboutsummaryrefslogtreecommitdiffstats
path: root/src/gestures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gestures.h')
-rw-r--r--src/gestures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gestures.h b/src/gestures.h
index 4b2d948..f83cae2 100644
--- a/src/gestures.h
+++ b/src/gestures.h
@@ -37,7 +37,7 @@
struct Gestures {
unsigned type;
int dx, dy;
- int nbt, btix[DIM_BUTTON], btval[DIM_BUTTON];
+ button_t btmask, btdata;
};
////////////////////////////////////////////////////////