summaryrefslogtreecommitdiff
path: root/riscos/print.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-10-17 21:16:00 +0000
committerJames Bursa <james@netsurf-browser.org>2004-10-17 21:16:00 +0000
commit511d66331f68815396aac6012d6787a5c1774d51 (patch)
tree21100f5dec38b303cb051d4baa3720e9de612514 /riscos/print.c
parentddaf4ab4d7f5df81bc97a08d124e3649fd5fe700 (diff)
downloadnetsurf-511d66331f68815396aac6012d6787a5c1774d51.tar.gz
netsurf-511d66331f68815396aac6012d6787a5c1774d51.tar.bz2
[project @ 2004-10-17 21:16:00 by bursa]
Move to use plotters. Replace html.layout->children with html.layout. svn path=/import/netsurf/; revision=1318
Diffstat (limited to 'riscos/print.c')
-rw-r--r--riscos/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/print.c b/riscos/print.c
index 336863a7c..ed77d0c97 100644
--- a/riscos/print.c
+++ b/riscos/print.c
@@ -490,7 +490,7 @@ void print_document(struct gui_window *g, const char *filename)
LOG(("Printing page (%d)", print_max_sheets));
if (c->type == CONTENT_HTML)
- box = c->data.html.layout->children;
+ box = c->data.html.layout;
/* Read Printer Driver Features */
e = xpdriver_info(0, 0, 0, &features, 0, 0, 0, 0);