diff options
author | Thomas White <taw@bitwiz.me.uk> | 2018-06-26 23:37:00 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2018-06-26 23:37:00 +0200 |
commit | c339bed806672f477fc27b58c67720ef61a11a75 (patch) | |
tree | cc95b1b2d0ba792f405e1cadd6a7bab5b4357478 /src/render.c | |
parent | fd8003fae7cdf7a560b46b8249aff098afe6d53a (diff) |
Add style system
Diffstat (limited to 'src/render.c')
-rw-r--r-- | src/render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.c b/src/render.c index 7adbcbc..03cbb47 100644 --- a/src/render.c +++ b/src/render.c @@ -211,7 +211,7 @@ struct frame *interp_and_shape(SCBlock *scblocks, SCBlock *stylesheet, top->col[2] = sc_interp_get_fgcol(scin)[2]; top->col[3] = sc_interp_get_fgcol(scin)[3]; - sc_interp_add_blocks(scin, sc_block_child(scblocks)); + sc_interp_add_block(scin, scblocks); sc_interp_destroy(scin); |