From 1a0b0833c7eb6ceef377c69f32e2325b3fab8f00 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 16 Feb 2018 21:13:37 +0100 Subject: Record whether or not macro is editable --- src/frame.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/frame.h') diff --git a/src/frame.h b/src/frame.h index 746038e..b60afa1 100644 --- a/src/frame.h +++ b/src/frame.h @@ -138,7 +138,8 @@ extern void show_edit_pos(struct edit_pos a); 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]); + PangoFontDescription *fdesc, double col[4], + int macro_editable); extern Paragraph *insert_paragraph(struct frame *fr, int pos); -- cgit v1.2.3