summaryrefslogtreecommitdiff
path: root/src/filter-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filter-private.h')
-rw-r--r--src/filter-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/filter-private.h b/src/filter-private.h
index ed969f04..e7f8dc24 100644
--- a/src/filter-private.h
+++ b/src/filter-private.h
@@ -38,6 +38,10 @@ struct motion_filter_interface {
struct motion_filter *filter,
const struct device_float_coords *unaccelerated,
void *data, uint64_t time);
+ struct normalized_coords (*filter_scroll)(
+ struct motion_filter *filter,
+ const struct device_float_coords *unaccelerated,
+ void *data, uint64_t time);
void (*restart)(struct motion_filter *filter,
void *data,
uint64_t time);