From f72616c114b82b710b3be0faa56fa4ae3f45f188 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 18 Jan 2014 21:06:36 +0100 Subject: Restore images and slide number --- src/shape.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/shape.h') 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 */ -- cgit v1.2.3