From 387858893a1a858e8205aae28a3609006c0c717d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 20 Sep 2019 17:12:29 +0200 Subject: Parse emphasis blocks in Bison --- libstorycode/slide_render_cairo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libstorycode/slide_render_cairo.h') diff --git a/libstorycode/slide_render_cairo.h b/libstorycode/slide_render_cairo.h index 6589945..9587007 100644 --- a/libstorycode/slide_render_cairo.h +++ b/libstorycode/slide_render_cairo.h @@ -33,7 +33,8 @@ struct slide_pos { int para; /* Paragraph number (corresponding to narrative items) */ - int pos; /* Byte position within paragraph (yes, really) */ + int run; /* Run number */ + int pos; /* Byte position within run (yes, really) */ int trail; /* 1 = end of character, 0 = before */ }; -- cgit v1.2.3