summaryrefslogtreecommitdiff
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 @@
37struct Gestures { 37struct Gestures {
38 unsigned type; 38 unsigned type;
39 int dx, dy; 39 int dx, dy;
40 int nbt, btix[DIM_BUTTON], btval[DIM_BUTTON]; 40 button_t btmask, btdata;
41}; 41};
42 42
43//////////////////////////////////////////////////////// 43////////////////////////////////////////////////////////