From 931c70630f9d87ab371dad830c6b2cb94a2b882d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 25 Oct 2015 20:21:06 +0000 Subject: Comments --- src/narrative_window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/narrative_window.c') diff --git a/src/narrative_window.c b/src/narrative_window.c index fd3112c..93e8d8f 100644 --- a/src/narrative_window.c +++ b/src/narrative_window.c @@ -425,6 +425,7 @@ static cairo_surface_t *render_thumbnail(int w, int h, void *bvp, void *vp) scblocks = sc_block_child(scblocks); stylesheets[0] = p->stylesheet; stylesheets[1] = NULL; + /* FIXME: Cache like crazy here */ surf = render_sc(scblocks, w, h, 1024.0, 768.0, stylesheets, NULL, p->is, ISZ_THUMBNAIL, 0, &top); frame_free(top); -- cgit v1.2.3