diff options
| author | Daniel Landau <daniel.landau@helsinki.fi> | 2011-03-12 20:07:20 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-03-25 14:34:43 +0100 |
| commit | 4d87c041f6a232aa30528d70d4b9946d1824b4ed (patch) | |
| tree | fdf78c5b5294e573000c987528343d8ec20c4524 /include | |
| parent | afbbc4b9470869933223e3970c7a63f1c52c1d69 (diff) | |
Four finger swipes in multitouch
I think four finger swipes are useful, attached is a very
simple patch enabling that.
Signed-off-by: Daniel Landau <daniel.landau@helsinki.fi>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'include')
| -rw-r--r-- | include/gestures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gestures.h b/include/gestures.h index 6bc92cd..b512121 100644 --- a/include/gestures.h +++ b/include/gestures.h | |||
| @@ -33,6 +33,8 @@ | |||
| 33 | #define GS_SCALE 6 | 33 | #define GS_SCALE 6 |
| 34 | #define GS_ROTATE 7 | 34 | #define GS_ROTATE 7 |
| 35 | #define GS_TAP 8 | 35 | #define GS_TAP 8 |
| 36 | #define GS_VSWIPE4 9 | ||
| 37 | #define GS_HSWIPE4 10 | ||
| 36 | 38 | ||
| 37 | struct Gestures { | 39 | struct Gestures { |
| 38 | bitmask_t type, btmask, btdata; | 40 | bitmask_t type, btmask, btdata; |
