summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-03-21 13:55:51 +0000
committerJames Bursa <james@netsurf-browser.org>2004-03-21 13:55:51 +0000
commit423f0f1e7068ba4874435c02e31b054e62ae7966 (patch)
tree9d453e4f0ac30b121dbc39fd49cc3f8bea5783f5 /render
parent187ee0f98ec04dcdb8ae79d1e7470ea4b73ce546 (diff)
downloadnetsurf-423f0f1e7068ba4874435c02e31b054e62ae7966.tar.gz
netsurf-423f0f1e7068ba4874435c02e31b054e62ae7966.tar.bz2
[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
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