diff options
author | Thomas White <taw@bitwiz.org.uk> | 2014-01-15 22:39:55 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2014-01-15 22:39:55 +0100 |
commit | 52d339b66d1739635047c34206bb9fea71567e2b (patch) | |
tree | 61e74e6e989a2cac580e5e80e54b9e41d7ebeb75 /src/shape.h | |
parent | cc3e2244796a54a394d534e19149bc53fe2b3b71 (diff) |
Add subframes via SCInterpreter
Diffstat (limited to 'src/shape.h')
-rw-r--r-- | src/shape.h | 2 |
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 */ |