aboutsummaryrefslogtreecommitdiff
path: root/src/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shape.h')
-rw-r--r--src/shape.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/shape.h b/src/shape.h
index bdc5775..43356e0 100644
--- a/src/shape.h
+++ b/src/shape.h
@@ -32,10 +32,12 @@
#include "wrap.h"
extern int split_words(struct wrap_line *boxes, PangoContext *pc,
- const char *text, PangoLanguage *lang, int editable,
- SCInterpreter *scin);
+ SCBlock *bl, 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);
+extern void reshape_box(struct wrap_box *box);
+
#endif /* SHAPE_H */