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 d7d996c5e..c96c4f177 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -75,6 +75,9 @@ struct browser_window {
/** Page being loaded, or 0. */
struct hlcache_handle *loading_content;
+ /** Page Favicon */
+ struct hlcache_handle *favicon;
+
/** Window history structure. */
struct history *history;