diff options
Diffstat (limited to 'src/gestures.h')
| -rw-r--r-- | src/gestures.h | 3 |
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 @@ | |||
| 30 | #define GS_HSCROLL 3 | 30 | #define GS_HSCROLL 3 |
| 31 | #define GS_VSWIPE 4 | 31 | #define GS_VSWIPE 4 |
| 32 | #define GS_HSWIPE 5 | 32 | #define GS_HSWIPE 5 |
| 33 | #define GS_SCALE 6 | ||
| 33 | 34 | ||
| 34 | struct Gestures { | 35 | struct Gestures { |
| 35 | unsigned type, btmask, btdata; | 36 | unsigned type, btmask, btdata; |
| 36 | int same_fingers, dx, dy; | 37 | int same_fingers, dx, dy, scale; |
| 37 | }; | 38 | }; |
| 38 | 39 | ||
| 39 | void extract_gestures(struct Gestures *gs, struct MTouch* mt); | 40 | void extract_gestures(struct Gestures *gs, struct MTouch* mt); |
