summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-07-14 15:53:12 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-07-14 15:53:12 +0000
commitf18904ca67f41f1714a591d4c9c61f0720e2510b (patch)
treec09b4c5ab72a5310477713d130e903cf2361c68b /desktop/browser.h
parent12cdd0f6dd193c2eee7598fe22243961b4ff2066 (diff)
downloadnetsurf-f18904ca67f41f1714a591d4c9c61f0720e2510b.tar.gz
netsurf-f18904ca67f41f1714a591d4c9c61f0720e2510b.tar.bz2
Indicate activity with the progress pointer for a second after you click a link and as the "auto" pointer while stuff is loading.
svn path=/trunk/netsurf/; revision=8525
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;
};