From 15537fb20d508181d2573b6e593c89870a37e4d9 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 21 Mar 2004 12:50:10 +0000 Subject: [project @ 2004-03-21 12:50:10 by bursa] Animation support, not yet optimised. svn path=/import/netsurf/; revision=641 --- content/content.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content') 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 -- cgit v1.2.3