aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-01-18 22:52:46 +0100
committerThomas White <taw@physics.org>2018-01-18 22:52:46 +0100
commit53830f66ca3cd8573340b4f43945aeedf60e5f5f (patch)
treeac9cf4a26b81a2af1c9a3152f4c9ed7c4c452607 /src/frame.h
parente5caed8842c52b6cb1abfa4e9567174d8a920e75 (diff)
Store macro contents block in text run
We need it in order to find where to delete from, e.g. when paragraphs get united inside a slide title
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h
index ac91548..24e8356 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -135,7 +135,8 @@ extern void set_newline_at_end(Paragraph *para, SCBlock *bl);
extern void check_run(struct frame *fr, int pn);
extern void show_edit_pos(struct edit_pos a);
-extern void add_run(Paragraph *para, SCBlock *scblock, SCBlock *macro_real,
+extern void add_run(Paragraph *para, SCBlock *scblock,
+ SCBlock *macro_real, SCBlock *contents_top,
size_t offs_bytes, size_t len_bytes,
PangoFontDescription *fdesc, double col[4]);