aboutsummaryrefslogtreecommitdiff
path: root/src/shape.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-01-15 22:39:55 +0100
committerThomas White <taw@bitwiz.org.uk>2014-01-15 22:39:55 +0100
commit52d339b66d1739635047c34206bb9fea71567e2b (patch)
tree61e74e6e989a2cac580e5e80e54b9e41d7ebeb75 /src/shape.h
parentcc3e2244796a54a394d534e19149bc53fe2b3b71 (diff)
Add subframes via SCInterpreter
Diffstat (limited to 'src/shape.h')
-rw-r--r--src/shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shape.h b/src/shape.h
index 3e218f4..77d9c3f 100644
--- a/src/shape.h
+++ b/src/shape.h
@@ -33,6 +33,6 @@
extern int split_words(struct wrap_line *boxes, PangoContext *pc,
const char *text, PangoLanguage *lang, int editable,
- struct sc_font *font);
+ SCInterpreter *scin);
#endif /* SHAPE_H */