aboutsummaryrefslogtreecommitdiffstats
path: root/src/gestures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gestures.h')
-rw-r--r--src/gestures.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gestures.h b/src/gestures.h
index 5630d4c..5739d45 100644
--- a/src/gestures.h
+++ b/src/gestures.h
@@ -30,10 +30,11 @@
#define GS_HSCROLL 3
#define GS_VSWIPE 4
#define GS_HSWIPE 5
+#define GS_SCALE 6
struct Gestures {
unsigned type, btmask, btdata;
- int same_fingers, dx, dy;
+ int same_fingers, dx, dy, scale;
};
void extract_gestures(struct Gestures *gs, struct MTouch* mt);