summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index c96c4f177..e990f1173 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -76,7 +76,9 @@ struct browser_window {
struct hlcache_handle *loading_content;
/** Page Favicon */
- struct hlcache_handle *favicon;
+ struct hlcache_handle *current_favicon;
+ /** handle for favicon which we started loading early */
+ struct hlcache_handle *loading_favicon;
/** Window history structure. */
struct history *history;