diff options
Diffstat (limited to 'src/grail-gestures.h')
| -rw-r--r-- | src/grail-gestures.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/grail-gestures.h b/src/grail-gestures.h index d92a24b..a24bbbd 100644 --- a/src/grail-gestures.h +++ b/src/grail-gestures.h | |||
| @@ -77,6 +77,8 @@ struct combo_model { | |||
| 77 | grail_prop_t prop[DIM_GRAIL_PROP]; | 77 | grail_prop_t prop[DIM_GRAIL_PROP]; |
| 78 | }; | 78 | }; |
| 79 | 79 | ||
| 80 | int gru_touch(struct grail *ge, | ||
| 81 | const struct utouch_frame *frame); | ||
| 80 | int gru_drag(struct grail *ge, | 82 | int gru_drag(struct grail *ge, |
| 81 | const struct utouch_frame *frame); | 83 | const struct utouch_frame *frame); |
| 82 | int gru_pinch(struct grail *ge, | 84 | int gru_pinch(struct grail *ge, |
| @@ -90,6 +92,8 @@ static inline int out_of_bounds(const struct combo_model *s, | |||
| 90 | return m->ntouch < s->mintouch || m->ntouch > s->maxtouch; | 92 | return m->ntouch < s->mintouch || m->ntouch > s->maxtouch; |
| 91 | } | 93 | } |
| 92 | 94 | ||
| 95 | int gru_wintouch(struct grail *ge, | ||
| 96 | const struct utouch_frame *frame); | ||
| 93 | int gru_windrag(struct grail *ge, | 97 | int gru_windrag(struct grail *ge, |
| 94 | const struct utouch_frame *frame); | 98 | const struct utouch_frame *frame); |
| 95 | int gru_winpinch(struct grail *ge, | 99 | int gru_winpinch(struct grail *ge, |
