aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/frame.h b/src/frame.h
index a480938..1edd440 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -115,12 +115,14 @@ extern void add_run(Paragraph *para, SCBlock *scblock, size_t offs_bytes,
size_t len_bytes, PangoFontDescription *fdesc,
double col[4]);
-extern void add_callback_para(struct frame *fr, double w, double h,
+extern void add_callback_para(struct frame *fr, SCBlock *scblock,
+ double w, double h,
SCCallbackDrawFunc draw_func,
SCCallbackClickFunc click_func, void *bvp,
void *vp);
-extern void add_image_para(struct frame *fr, const char *filename,
+extern void add_image_para(struct frame *fr, SCBlock *scblock,
+ const char *filename,
double w, double h, int editable);
extern void wrap_paragraph(Paragraph *para, PangoContext *pc, double w);