summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/html.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/render/html.c b/render/html.c
index 5a6d4dd0c..4e095d408 100644
--- a/render/html.c
+++ b/render/html.c
@@ -641,6 +641,11 @@ void html_object_callback(content_msg msg, struct content *object,
case CONTENT_MSG_REFORMAT:
break;
+ case CONTENT_MSG_REDRAW:
+ /** \todo send up box coordinates */
+ content_broadcast(c, CONTENT_MSG_REDRAW, 0);
+ break;
+
#ifdef WITH_AUTH
case CONTENT_MSG_AUTH:
c->data.html.object[i].content = 0;