summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-01-07 13:10:20 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-01-07 13:10:20 +0000
commitd00c5b0cd5a0f44a0107faf1190e1923487ba736 (patch)
tree02bc4d66d8a093e2d17b1d1de0821d9f52bd6365 /content
parente6f33ef6ef8db5edc233aaebe8eb76425701066c (diff)
downloadnetsurf-d00c5b0cd5a0f44a0107faf1190e1923487ba736.tar.gz
netsurf-d00c5b0cd5a0f44a0107faf1190e1923487ba736.tar.bz2
Add CONTENT_MSG_FAVICON_REFRESH and emit and handle it appropriately. Animated favicons now work
svn path=/trunk/netsurf/; revision=11242
Diffstat (limited to 'content')
-rw-r--r--content/content.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/content.h b/content/content.h
index f6d293ea2..ed5bca041 100644
--- a/content/content.h
+++ b/content/content.h
@@ -63,7 +63,8 @@ typedef enum {
CONTENT_MSG_REFORMAT, /**< content_reformat done */
CONTENT_MSG_REDRAW, /**< needs redraw (eg. new animation frame) */
CONTENT_MSG_REFRESH, /**< wants refresh */
- CONTENT_MSG_DOWNLOAD /**< download, not for display */
+ CONTENT_MSG_DOWNLOAD, /**< download, not for display */
+ CONTENT_MSG_FAVICON_REFRESH, /**< favicon has been refreshed (eg. new animation frame) */
} content_msg;
/** Extra data for some content_msg messages. */