diff options
Diffstat (limited to 'include/gestures.h')
| -rw-r--r-- | include/gestures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gestures.h b/include/gestures.h index 2866ba4..2bd4a55 100644 --- a/include/gestures.h +++ b/include/gestures.h | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | #define GS_ROTATE 7 | 34 | #define GS_ROTATE 7 |
| 35 | 35 | ||
| 36 | struct Gestures { | 36 | struct Gestures { |
| 37 | unsigned type, btmask, btdata; | 37 | bitmask_t type, btmask, btdata; |
| 38 | int same_fingers, dx, dy, scale, rot; | 38 | int same_fingers, dx, dy, scale, rot; |
| 39 | }; | 39 | }; |
| 40 | 40 | ||
