summaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.h')
-rw-r--r--src/history.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.h b/src/history.h
index 6ccfd199..cf3a46be 100644
--- a/src/history.h
+++ b/src/history.h
@@ -11,7 +11,7 @@ iDeclareTypeConstruction(RecentUrl)
11 11
12struct Impl_RecentUrl { 12struct Impl_RecentUrl {
13 iString url; 13 iString url;
14 int scrollY; /* unit is gap_UI */ 14 float normScrollY; /* normalized to document height */
15 iGmResponse *cachedResponse; /* kept in memory for quicker back navigation */ 15 iGmResponse *cachedResponse; /* kept in memory for quicker back navigation */
16}; 16};
17 17