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 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]);