summaryrefslogtreecommitdiff
path: root/riscos/htmlredraw.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-11-12 22:22:45 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-11-12 22:22:45 +0000
commit01d735dab846c9df1ec40dcc2b0fb7f3d10b84b2 (patch)
tree84799f646ff0b3756bbcc17a9cb1d5c2dc5939b9 /riscos/htmlredraw.c
parentbf202492f94f0db33e35ead79b897e6cc9ad8817 (diff)
downloadnetsurf-01d735dab846c9df1ec40dcc2b0fb7f3d10b84b2.tar.gz
netsurf-01d735dab846c9df1ec40dcc2b0fb7f3d10b84b2.tar.bz2
[project @ 2003-11-12 22:22:45 by jmb]
Begin frames support. Just data structure handling for now. None of this code is called atm. svn path=/import/netsurf/; revision=416
Diffstat (limited to 'riscos/htmlredraw.c')
-rw-r--r--riscos/htmlredraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/htmlredraw.c b/riscos/htmlredraw.c
index b76a06105..60f95efe0 100644
--- a/riscos/htmlredraw.c
+++ b/riscos/htmlredraw.c
@@ -130,7 +130,7 @@ void html_redraw_box(struct content *content, struct box * box,
current_background_color = box->style->background_color;
}
- if (box->object) {
+ if (box->object /*&& box->object->type != CONTENT_HTML*/) {
content_redraw(box->object, x, y, width, height, x0, y0, x1, y1);
} else if (box->gadget &&