summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.h')
-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