wrn-- -> my bad.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 Apr 2011 00:35:42 +0000 (00:35 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 Apr 2011 00:35:42 +0000 (00:35 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@58836 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_image.h
src/lib/engines/common/evas_image_data.c
src/lib/engines/common/evas_image_private.h

index 0e2a66a..618ea5a 100644 (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 */
index e5c2f6d..c235f90 100644 (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)
index cf61369..1bec6c8 100644 (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 */