From d00c5b0cd5a0f44a0107faf1190e1923487ba736 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 7 Jan 2011 13:10:20 +0000 Subject: Add CONTENT_MSG_FAVICON_REFRESH and emit and handle it appropriately. Animated favicons now work svn path=/trunk/netsurf/; revision=11242 --- content/content.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content') 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. */ -- cgit v1.2.3