Mercurial > MadButterfly
diff src/shapes.h @ 12:79e9edf4c00a
Add redraw manager
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Mon, 28 Jul 2008 17:45:36 +0800 |
parents | 9c331ec9e210 |
children | 74d3d5dc9aaa |
line wrap: on
line diff
--- a/src/shapes.h Sat Jul 26 06:34:15 2008 +0800 +++ b/src/shapes.h Mon Jul 28 17:45:36 2008 +0800 @@ -1,11 +1,12 @@ #ifndef __SHAPES_H_ #define __SHAPES_H_ +#include <cairo.h> #include "mb_types.h" extern void sh_path_free(shape_t *path); extern shape_t *sh_path_new(char *data); -extern void sh_path_transform(shape_t *shape, coord_t *coord); +extern void sh_path_transform(shape_t *shape); extern void sh_path_draw(shape_t *shape, cairo_t *cr); #endif /* __SHAPES_H_ */