aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-11-13 17:32:56 +0100
committerThomas White <taw@bitwiz.org.uk>2016-11-13 17:32:56 +0100
commite3189e041b278cc778197dcca174d18ecc67faf0 (patch)
tree34e1b8b174c70c6dcbada85d1c3d79dcb891b476 /src/frame.h
parentdd8d96dfffc5c1fe3f080dbe281b2dd11d4644a4 (diff)
Refuse to edit inside macro blocks
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frame.h b/src/frame.h
index 7f9c920..f594d05 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -121,9 +121,9 @@ extern double paragraph_height(Paragraph *para);
extern void render_paragraph(cairo_t *cr, Paragraph *para, ImageStore *is,
enum is_size isz);
-extern void add_run(Paragraph *para, SCBlock *scblock, size_t offs_bytes,
- size_t len_bytes, PangoFontDescription *fdesc,
- double col[4]);
+extern void add_run(Paragraph *para, SCBlock *scblock, SCBlock *macro_real,
+ size_t offs_bytes, size_t len_bytes,
+ PangoFontDescription *fdesc, double col[4]);
extern void add_callback_para(struct frame *fr, SCBlock *scblock, SCBlock *mr,
double w, double h,