wrn-- -> my bad.

SVN revision: 58836
This commit is contained in:
Carsten Haitzler 2011-04-23 00:35:42 +00:00
parent 6e8d19b150
commit 6282cc0a6d
3 changed files with 3 additions and 2 deletions

View File

@ -55,4 +55,6 @@ EAPI void
EAPI int evas_common_load_rgba_image_module_from_file (Image_Entry *im);
EAPI int evas_common_load_rgba_image_data_from_file (Image_Entry *im);
void _evas_common_rgba_image_post_surface(Image_Entry *ie);
#endif /* _EVAS_IMAGE_H */

View File

@ -2,6 +2,7 @@
#include "evas_common.h"
#include "evas_private.h"
#include "evas_image.h"
int
evas_common_rgba_image_from_data(Image_Entry* ie_dst, int w, int h, DATA32 *image_data, int alpha, int cspace)

View File

@ -14,6 +14,4 @@ void evas_common_rgba_image_scalecache_dirty(Image_Entry *ie);
void evas_common_rgba_image_scalecache_orig_use(Image_Entry *ie);
int evas_common_rgba_image_scalecache_usage_get(Image_Entry *ie);
void _evas_common_rgba_image_post_surface(Image_Entry *ie);
#endif /* _EVAS_IMAGE_PRIVATE_H */