aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-11-08 23:12:50 +0100
committerThomas White <taw@bitwiz.org.uk>2015-11-08 23:12:50 +0100
commit9fa18b75c1354989dabf682788b9ea41fe28c707 (patch)
treec3e2a7bdcc64f1d531bb420e25f117fa65e0c7bc /src/sc_interp.h
parent4f2a324e715ea835b6be56579d8f8380a9e7370d (diff)
WIP on breaks
Diffstat (limited to 'src/sc_interp.h')
-rw-r--r--src/sc_interp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sc_interp.h b/src/sc_interp.h
index 4591bae..ec8fe06 100644
--- a/src/sc_interp.h
+++ b/src/sc_interp.h
@@ -38,7 +38,8 @@ typedef int (*SCCallbackBoxFunc)(SCInterpreter *scin, SCBlock *bl,
double *w, double *h, void **, void *);
typedef cairo_surface_t *(*SCCallbackDrawFunc)(int w, int h, void *, void *);
-extern SCInterpreter *sc_interp_new(PangoContext *pc, struct frame *top);
+extern SCInterpreter *sc_interp_new(PangoContext *pc, PangoLanguage *lang,
+ struct frame *top);
extern void sc_interp_destroy(SCInterpreter *scin);
extern void sc_interp_save(SCInterpreter *scin);