summaryrefslogtreecommitdiff
path: root/css/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.c')
-rw-r--r--css/css.c2
1 files changed, 2 insertions, 0 deletions
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;