comparison src/shape_image.c @ 1062:a8d20bc8ce40

Rename rdman_shape_man() to rdman_man_shape() to mean managing a shape
author Thinker K.F. Li <thinker@codemud.net>
date Sun, 28 Nov 2010 13:18:49 +0800
parents 586e50f82c1f
children bae104d8d247
comparison
equal deleted inserted replaced
1061:5f38974372db 1062:a8d20bc8ce40
85 img->x = x; 85 img->x = x;
86 img->y = y; 86 img->y = y;
87 img->w = w; 87 img->w = w;
88 img->h = h; 88 img->h = h;
89 89
90 rdman_shape_man(rdman, (shape_t *)img); 90 rdman_man_shape(rdman, (shape_t *)img);
91 91
92 return (shape_t *)img; 92 return (shape_t *)img;
93 } 93 }
94 94
95 void sh_image_free(shape_t *shape) { 95 void sh_image_free(shape_t *shape) {