summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-03-21 12:50:10 +0000
committerJames Bursa <james@netsurf-browser.org>2004-03-21 12:50:10 +0000
commit15537fb20d508181d2573b6e593c89870a37e4d9 (patch)
tree47fe7b57098f1a8cf3beb75595f5e4d01f698ef5 /content
parentf962f4301c41514d140e303f0052e18a4a622022 (diff)
downloadnetsurf-15537fb20d508181d2573b6e593c89870a37e4d9.tar.gz
netsurf-15537fb20d508181d2573b6e593c89870a37e4d9.tar.bz2
[project @ 2004-03-21 12:50:10 by bursa]
Animation support, not yet optimised. svn path=/import/netsurf/; revision=641
Diffstat (limited to 'content')
-rw-r--r--content/content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index 5520453a8..48a5c1300 100644
--- a/content/content.h
+++ b/content/content.h
@@ -65,6 +65,7 @@ typedef enum {
CONTENT_MSG_STATUS, /**< new status string */
CONTENT_MSG_REDIRECT, /**< replacement URL */
CONTENT_MSG_REFORMAT, /**< content_reformat done */
+ CONTENT_MSG_REDRAW, /**< needs redraw (eg. new animation frame) */
#ifdef WITH_AUTH
CONTENT_MSG_AUTH /**< authentication required */
#endif