aboutsummaryrefslogtreecommitdiff
path: root/src/shape.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-01-18 21:06:36 +0100
committerThomas White <taw@bitwiz.org.uk>2014-01-18 21:06:36 +0100
commitf72616c114b82b710b3be0faa56fa4ae3f45f188 (patch)
tree4e85b484a02fb29746d5210982f230d7c690858b /src/shape.h
parent93956372d317fc90f8751e6b319e0055507c2519 (diff)
Restore images and slide number
Diffstat (limited to 'src/shape.h')
-rw-r--r--src/shape.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shape.h b/src/shape.h
index 77d9c3f..bdc5775 100644
--- a/src/shape.h
+++ b/src/shape.h
@@ -35,4 +35,7 @@ extern int split_words(struct wrap_line *boxes, PangoContext *pc,
const char *text, PangoLanguage *lang, int editable,
SCInterpreter *scin);
+extern void add_image_box(struct wrap_line *line, const char *filename,
+ int w, int h, int editable);
+
#endif /* SHAPE_H */