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 ed10458..6c59fb8 100644
--- a/src/shape.h
+++ b/src/shape.h
@@ -1,7 +1,7 @@
/*
* shape.h
*
- * Copyright © 2014 Thomas White <taw@bitwiz.org.uk>
+ * Copyright © 2014-2015 Thomas White <taw@bitwiz.org.uk>
*
* This file is part of Colloquium.
*
@@ -31,8 +31,10 @@
#include "wrap.h"
+extern void shape_box(struct wrap_box *box);
+
extern int split_words(struct wrap_line *boxes, PangoContext *pc,
- SCBlock *bl, const char *text, PangoLanguage *lang,
+ SCBlock *bl, PangoLanguage *lang,
int editable, SCInterpreter *scin);
extern void add_image_box(struct wrap_line *line, const char *filename,