From 04f0525fbf8e6a35654d31dff0fa5fc98e5f5102 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 24 Jan 2005 23:02:37 +0000 Subject: [project @ 2005-01-24 23:02:37 by bursa] Reformat pages loaded from memory cache to window width. svn path=/import/netsurf/; revision=1467 --- css/css.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'css') diff --git a/css/css.c b/css/css.c index d54f03229..65bbbe474 100644 --- a/css/css.c +++ b/css/css.c @@ -807,6 +807,7 @@ void css_atimport(struct content *c, struct css_node *node) c->active++; fetchcache_go(c->data.css.import_content[i], c->url, css_atimport_callback, c, (void *) i, + c->width, c->height, 0, 0, false); } @@ -870,6 +871,7 @@ void css_atimport_callback(content_msg msg, struct content *css, fetchcache_go(c->data.css.import_content[i], c->url, css_atimport_callback, c, (void *) i, + css->width, css->height, 0, 0, false); } break; -- cgit v1.2.3