aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-11-27 00:12:46 +0100
committerThomas White <taw@physics.org>2017-11-27 00:13:19 +0100
commite851a106735a5498b3607a029a3091fd74879f3e (patch)
treec902d8ae358a613586b2280ce71a7ff7e16e8ba4 /src/frame.h
parent2bf28d3b9de3ae3af076c569ffaccb66e13857f1 (diff)
Use ImageStore to get image size
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h
index fd3c151..4c9265a 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -147,7 +147,7 @@ extern void add_callback_para(struct frame *fr, SCBlock *scblock, SCBlock *mr,
extern void add_image_para(struct frame *fr, SCBlock *scblock,
const char *filename,
- double w, double h, int editable);
+ ImageStore *is, double w, double h, int editable);
extern void wrap_paragraph(Paragraph *para, PangoContext *pc, double w,
size_t sel_start, size_t sel_end);