diff src/img_ldr.c @ 356:3e84458968ec

Move mb_img_data_t out from argument list of rdman_shape_image_new(). - Application should specify content of sh_image_t by fill the shape with a paint_image_t.
author Thinker K.F. Li <thinker@branda.to>
date Mon, 09 Mar 2009 23:05:57 +0800
parents b391722bf20e
children 16116d84bc5e
line wrap: on
line diff
--- a/src/img_ldr.c	Mon Mar 09 01:35:19 2009 +0800
+++ b/src/img_ldr.c	Mon Mar 09 23:05:57 2009 +0800
@@ -2,6 +2,7 @@
 #include <string.h>
 #include <cairo.h>
 #include "mb_tools.h"
+#include "mb_paint.h"
 #include "mb_img_ldr.h"
 
 /*! \brief Simple image loader.