From 423f0f1e7068ba4874435c02e31b054e62ae7966 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 21 Mar 2004 13:55:51 +0000 Subject: [project @ 2004-03-21 13:55:51 by bursa] Implement gui_window_update_box() and use in response to CONTENT_MSG_REDRAW. svn path=/import/netsurf/; revision=644 --- render/html.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'render') 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 -- cgit v1.2.3