summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/render/html.c b/render/html.c
index 4e095d408..e028e523d 100644
--- a/render/html.c
+++ b/render/html.c
@@ -642,8 +642,7 @@ void html_object_callback(content_msg msg, struct content *object,
break;
case CONTENT_MSG_REDRAW:
- /** \todo send up box coordinates */
- content_broadcast(c, CONTENT_MSG_REDRAW, 0);
+ content_broadcast(c, CONTENT_MSG_REDRAW, box);
break;
#ifdef WITH_AUTH