summaryrefslogtreecommitdiff
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index eef79f92..f85af71d 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -150,6 +150,8 @@ struct _EvView {
gint scroll_x;
gint scroll_y;
+ /* Delta sum for emulating normal scrolling */
+ gdouble total_delta;
PendingScroll pending_scroll;
gboolean pending_resize;
EvPoint pending_point;