aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide_render_cairo.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-09-20 17:12:29 +0200
committerThomas White <taw@physics.org>2019-10-05 17:03:25 +0200
commit387858893a1a858e8205aae28a3609006c0c717d (patch)
tree1a52586a133e864097c6b3aa4c4e66aea2c14bdd /libstorycode/slide_render_cairo.h
parent03ca4360631d5b0438912470c483989d294d7a1e (diff)
Parse emphasis blocks in Bison
Diffstat (limited to 'libstorycode/slide_render_cairo.h')
-rw-r--r--libstorycode/slide_render_cairo.h3
1 files changed, 2 insertions, 1 deletions
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 */
};