summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/content.c b/content/content.c
index c9ad560a5..2edec37b0 100644
--- a/content/content.c
+++ b/content/content.c
@@ -414,7 +414,9 @@ bool content_set_type(struct content *c, content_type type,
}
content_remove_user(c, callback, p1, p2);
content_broadcast(clone, CONTENT_MSG_NEWPTR, msg_data);
- fetchcache_go(clone, 0, callback, p1, p2, 0, 0, false);
+ fetchcache_go(clone, 0, callback, p1, p2,
+ clone->width, clone->height,
+ 0, 0, false);
}
}