Mercurial > MadButterfly
diff src/shapes.h @ 20:74d3d5dc9aaa
rename XXX_draw() to XXX_fill()
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 02 Aug 2008 15:46:26 +0800 |
parents | 79e9edf4c00a |
children | 8fcf2d878ecd |
line wrap: on
line diff
--- a/src/shapes.h Sat Aug 02 15:38:54 2008 +0800 +++ b/src/shapes.h Sat Aug 02 15:46:26 2008 +0800 @@ -7,6 +7,6 @@ extern void sh_path_free(shape_t *path); extern shape_t *sh_path_new(char *data); extern void sh_path_transform(shape_t *shape); -extern void sh_path_draw(shape_t *shape, cairo_t *cr); +extern void sh_path_fill(shape_t *shape, cairo_t *cr); #endif /* __SHAPES_H_ */