diff 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
line wrap: on
line diff
--- a/src/shape_image.c	Sun Nov 28 13:01:11 2010 +0800
+++ b/src/shape_image.c	Sun Nov 28 13:18:49 2010 +0800
@@ -87,7 +87,7 @@
     img->w = w;
     img->h = h;
 
-    rdman_shape_man(rdman, (shape_t *)img);
+    rdman_man_shape(rdman, (shape_t *)img);
 
     return (shape_t *)img;
 }