Mercurial > MadButterfly
comparison include/mb_shapes.h @ 354:92e8f9965f9a
merge
author | wycc |
---|---|
date | Mon, 09 Mar 2009 01:30:19 +0800 |
parents | 04d22dc38bc0 |
children | 3e84458968ec |
comparison
equal
deleted
inserted
replaced
353:3d03451be435 | 354:92e8f9965f9a |
---|---|
240 co_aix w, co_aix h); | 240 co_aix w, co_aix h); |
241 extern void sh_image_transform(shape_t *shape); | 241 extern void sh_image_transform(shape_t *shape); |
242 extern void sh_image_draw(shape_t *shape, cairo_t *cr); | 242 extern void sh_image_draw(shape_t *shape, cairo_t *cr); |
243 extern void sh_image_set_geometry(shape_t *shape, co_aix x, co_aix y, | 243 extern void sh_image_set_geometry(shape_t *shape, co_aix x, co_aix y, |
244 co_aix w, co_aix h); | 244 co_aix w, co_aix h); |
245 extern int sh_image_set_img_data(shape_t *shape, mb_img_data_t *img_data, | 245 extern int sh_image_set_img_data(shape_t *shape, mb_img_data_t *img_data); |
246 co_aix x, co_aix y, co_aix w, co_aix h); | |
247 extern mb_img_data_t *sh_image_get_img_data(shape_t *shape); | 246 extern mb_img_data_t *sh_image_get_img_data(shape_t *shape); |
248 /* @} */ | 247 /* @} */ |
249 /* @} */ | 248 /* @} */ |
250 | 249 |
251 #endif /* __SHAPES_H_ */ | 250 #endif /* __SHAPES_H_ */ |