comparison include/mb_shapes.h @ 343:bb6e964da1c8

sh_image_get_img_data()
author Thinker K.F. Li <thinker@branda.to>
date Sun, 08 Mar 2009 11:39:09 +0800
parents 6a1b36738d3d
children 04d22dc38bc0
comparison
equal deleted inserted replaced
342:5465ff071b47 343:bb6e964da1c8
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); 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);
247 /* @} */ 248 /* @} */
248 /* @} */ 249 /* @} */
249 250
250 #endif /* __SHAPES_H_ */ 251 #endif /* __SHAPES_H_ */