From f18904ca67f41f1714a591d4c9c61f0720e2510b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 14 Jul 2009 15:53:12 +0000 Subject: 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 --- desktop/browser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop/browser.h') 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; }; -- cgit v1.2.3