aboutsummaryrefslogtreecommitdiffstats
path: root/src/web.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/web.h')
-rw-r--r--src/web.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/web.h b/src/web.h
index 61f7a76..ce96195 100644
--- a/src/web.h
+++ b/src/web.h
@@ -109,6 +109,14 @@ struct _WebData {
GList *history_forward;
gpointer ssr_style;
gpointer ssr_script;
+
+ /* Variables for jitter-correction/push-scrolling */
+ GtkScrolledWindow *scroll;
+ GTimeVal click_start;
+ gdouble x;
+ gdouble y;
+ gboolean moved;
+ gboolean clicked;
};
struct _WebPages {