diff options
Diffstat (limited to 'src/gestures-drag.c')
| -rw-r--r-- | src/gestures-drag.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gestures-drag.c b/src/gestures-drag.c index 2ced765..05272da 100644 --- a/src/gestures-drag.c +++ b/src/gestures-drag.c | |||
| @@ -35,7 +35,7 @@ static const int getype[DIM_TOUCH + 1] = { | |||
| 35 | 35 | ||
| 36 | static void set_props(const struct gesture_inserter *gin, | 36 | static void set_props(const struct gesture_inserter *gin, |
| 37 | struct combo_model *s, const struct move_model *m, | 37 | struct combo_model *s, const struct move_model *m, |
| 38 | const struct touch_frame *frame) | 38 | const struct utouch_frame *frame) |
| 39 | { | 39 | { |
| 40 | if (m->single) { | 40 | if (m->single) { |
| 41 | s->prop[GRAIL_PROP_DRAG_DX] = | 41 | s->prop[GRAIL_PROP_DRAG_DX] = |
| @@ -59,7 +59,7 @@ static void set_props(const struct gesture_inserter *gin, | |||
| 59 | static const int fm_mask = 0x03; | 59 | static const int fm_mask = 0x03; |
| 60 | 60 | ||
| 61 | int gru_drag(struct grail *ge, | 61 | int gru_drag(struct grail *ge, |
| 62 | const struct touch_frame *frame) | 62 | const struct utouch_frame *frame) |
| 63 | { | 63 | { |
| 64 | struct gesture_recognizer *gru = ge->gru; | 64 | struct gesture_recognizer *gru = ge->gru; |
| 65 | struct combo_model *state = &gru->drag; | 65 | struct combo_model *state = &gru->drag; |
| @@ -89,7 +89,7 @@ int gru_drag(struct grail *ge, | |||
| 89 | } | 89 | } |
| 90 | 90 | ||
| 91 | int gru_windrag(struct grail *ge, | 91 | int gru_windrag(struct grail *ge, |
| 92 | const struct touch_frame *frame) | 92 | const struct utouch_frame *frame) |
| 93 | { | 93 | { |
| 94 | struct gesture_recognizer *gru = ge->gru; | 94 | struct gesture_recognizer *gru = ge->gru; |
| 95 | struct combo_model *state = &gru->windrag; | 95 | struct combo_model *state = &gru->windrag; |
