Mercurial > MadButterfly
diff include/mb_shapes.h @ 265:b42ee279669e
Change function name and add comments.
- sh_image_set_geometry() to replace sh_image_set().
- page "Image and Image Loader".
- comments.
diff -r 1ed06481e9ea img/image_n_ldr.dia
Binary file img/image_n_ldr.dia has changed
diff -r 1ed06481e9ea img/image_n_ldr.png
Binary file img/image_n_ldr.png has changed
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 24 Jan 2009 15:09:03 +0800 |
parents | 29acbd8a0dd0 |
children | c8b6ca46950b |
line wrap: on
line diff
--- a/include/mb_shapes.h Fri Jan 23 23:22:14 2009 +0800 +++ b/include/mb_shapes.h Sat Jan 24 15:09:03 2009 +0800 @@ -89,8 +89,8 @@ co_aix w, co_aix h); extern void sh_image_transform(shape_t *shape); extern void sh_image_draw(shape_t *shape, cairo_t *cr); -extern void sh_image_set(shape_t *shape, co_aix x, co_aix y, - co_aix w, co_aix h); +extern void sh_image_set_geometry(shape_t *shape, co_aix x, co_aix y, + co_aix w, co_aix h); /* @} */ /* @} */