aboutsummaryrefslogtreecommitdiff
path: root/src/render.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-17 15:15:01 +0200
committerThomas White <taw@bitwiz.me.uk>2018-10-17 15:15:01 +0200
commit51e1d39d8eaaf02f23ed0b83695e0294a23496bb (patch)
tree3f3ade4f139fc0f62917eeac35972794e4b25bb6 /src/render.c
parent2b2a139a94c932d50a5ad5a5ab91f997493e5b5a (diff)
Pass stylesheet around
Diffstat (limited to 'src/render.c')
-rw-r--r--src/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.c b/src/render.c
index 041f812..8aa7dbe 100644
--- a/src/render.c
+++ b/src/render.c
@@ -217,7 +217,7 @@ struct frame *interp_and_shape(SCBlock *scblocks, Stylesheet *stylesheet,
top->col[2] = sc_interp_get_fgcol(scin)[2];
top->col[3] = sc_interp_get_fgcol(scin)[3];
- sc_interp_add_block(scin, scblocks);
+ sc_interp_add_block(scin, scblocks, stylesheet);
sc_interp_destroy(scin);