diff options
author | Thomas White <taw@bitwiz.org.uk> | 2018-02-16 21:13:37 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2018-02-16 21:13:37 +0100 |
commit | 1a0b0833c7eb6ceef377c69f32e2325b3fab8f00 (patch) | |
tree | a9dcbbcd43f73fef772dfbcc64bbb16062213744 /src/frame.h | |
parent | c05574d014e87df5bf3ac52ed7173375f70d7175 (diff) |
Record whether or not macro is editable
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |