aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
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 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);