Mercurial > MadButterfly
diff src/shapes.h @ 40:e292beec12d4
-
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 06 Aug 2008 21:34:53 +0800 |
parents | 581a03196093 |
children | 9ab15ebc9061 |
line wrap: on
line diff
--- a/src/shapes.h Wed Aug 06 21:05:11 2008 +0800 +++ b/src/shapes.h Wed Aug 06 21:34:53 2008 +0800 @@ -37,5 +37,7 @@ extern void sh_rect_free(shape_t *shape); extern void sh_rect_transform(shape_t *shape); extern void sh_rect_draw(shape_t *shape, cairo_t *cr); +extern void sh_rect_set(shape_t *shape, co_aix x, co_aix y, + co_aix w, co_aix h, co_aix rx, co_aix ry); #endif /* __SHAPES_H_ */