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 65ea1b3c0..b5727b941 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -171,6 +171,9 @@ struct browser_window {
/** [iframe_count] iframes */
int iframe_count;
struct browser_window *iframes;
+
+ /** Last time a link was followed in this window */
+ unsigned int last_action;
};