Mercurial > MadButterfly
comparison 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 |
comparison
equal
deleted
inserted
replaced
355:958b67d911db | 356:3e84458968ec |
---|---|
1 #include <stdio.h> | 1 #include <stdio.h> |
2 #include <string.h> | 2 #include <string.h> |
3 #include <cairo.h> | 3 #include <cairo.h> |
4 #include "mb_tools.h" | 4 #include "mb_tools.h" |
5 #include "mb_paint.h" | |
5 #include "mb_img_ldr.h" | 6 #include "mb_img_ldr.h" |
6 | 7 |
7 /*! \brief Simple image loader. | 8 /*! \brief Simple image loader. |
8 * | 9 * |
9 */ | 10 */ |