diff options
author | Thomas White <taw@bitwiz.org.uk> | 2015-01-03 18:50:15 +0000 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2015-01-03 18:50:15 +0000 |
commit | 94d1b5ea051bd4a6cb41ed0b2bc9b90f461c6e71 (patch) | |
tree | eccf4aca724461772a33dc6c963932b295bf733b /src/shape.h | |
parent | a68d64edca4f67df49b9499272319cad93d38bbe (diff) |
Thumbnails!
Diffstat (limited to 'src/shape.h')
-rw-r--r-- | src/shape.h | 4 |
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); |