diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/grail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grail.h b/include/grail.h index a778618..908c508 100644 --- a/include/grail.h +++ b/include/grail.h | |||
| @@ -89,6 +89,6 @@ void grail_close(struct grail *ge, int fd); | |||
| 89 | void grail_get_units(struct grail_coord *min, struct grail_coord *max, | 89 | void grail_get_units(struct grail_coord *min, struct grail_coord *max, |
| 90 | const struct grail *ge); | 90 | const struct grail *ge); |
| 91 | 91 | ||
| 92 | int gru_use_pointer_gesture(struct grail *ge, int usage); | 92 | void grail_filter_abs_events(struct grail *ge, int usage); |
| 93 | 93 | ||
| 94 | #endif | 94 | #endif |
