diff src/shape_image.c @ 450:a417fd980228

Replace cairo_format_t with mb_img_fmt_t. - Replace all CAIRO_FORAMT_* with MB_IFMT_* - wrap functions return or are argumented with image format.
author Thinker K.F. Li <thinker@branda.to>
date Wed, 05 Aug 2009 15:54:44 +0800
parents 16116d84bc5e
children ba64f928542b
line wrap: on
line diff
--- a/src/shape_image.c	Tue Aug 04 23:47:34 2009 +0800
+++ b/src/shape_image.c	Wed Aug 05 15:54:44 2009 +0800
@@ -70,7 +70,7 @@
 shape_t *rdman_shape_image_new(redraw_man_t *rdman,
 			       co_aix x, co_aix y, co_aix w, co_aix h) {
     sh_image_t *img;
-    mbe_format_t fmt;
+    mb_img_fmt_t fmt;
     int r;
 
     img = O_ALLOC(sh_image_t);