summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 8bdcf9b25..ddc7edc00 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -59,6 +59,9 @@ struct browser_window
/** Mouse position last scroll movement. */
int scrolling_last_x;
int scrolling_last_y;
+
+ /** Referer for current fetch, or 0. */
+ char *referer;
};