aboutsummaryrefslogtreecommitdiff
path: root/src/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shape.h')
-rw-r--r--src/shape.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shape.h b/src/shape.h
index e2a3e67..ed10458 100644
--- a/src/shape.h
+++ b/src/shape.h
@@ -38,8 +38,8 @@ extern int split_words(struct wrap_line *boxes, PangoContext *pc,
extern void add_image_box(struct wrap_line *line, const char *filename,
int w, int h, int editable);
-extern void add_surface_box(struct wrap_line *line, cairo_surface_t *surf,
- double w, double h);
+extern void add_callback_box(struct wrap_line *line, double w, double h,
+ SCCallbackDrawFunc func, void *bvp, void *vp);
extern void reshape_box(struct wrap_box *box);