Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common Modified Files: Makefile.am evas_image_data.c evas_image_load.c evas_image_main.c evas_image_save.c Added Files: evas_image.h evas_image_private.h Log Message: * move image declaration funtions to their own header file * add vim header =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/Makefile.am,v retrieving revision 1.34 retrieving revision 1.35 diff -u -3 -r1.34 -r1.35 --- Makefile.am 19 Jul 2008 18:05:54 -0000 1.34 +++ Makefile.am 19 Jul 2008 18:32:32 -0000 1.35 @@ -76,6 +76,8 @@ evas_font.h \ evas_gradient.h \ evas_gradient_private.h \ +evas_image.h \ +evas_image_private.h \ evas_line.h \ evas_polygon.h \ evas_rectangle.h \ =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_image_data.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- evas_image_data.c 3 Jun 2008 09:09:35 -0000 1.3 +++ evas_image_data.c 19 Jul 2008 18:32:32 -0000 1.4 @@ -1,7 +1,11 @@ -#include "evas_common.h" -#include "evas_private.h" +/* + * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 + */ #include <assert.h> + +#include "evas_common.h" +#include "evas_private.h" int evas_common_rgba_image_from_data(Image_Entry* ie_dst, int w, int h, DATA32 *image_data, int alpha, int cspace) =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_image_load.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -3 -r1.48 -r1.49 --- evas_image_load.c 19 Jul 2008 17:40:51 -0000 1.48 +++ evas_image_load.c 19 Jul 2008 18:32:32 -0000 1.49 @@ -1,3 +1,7 @@ +/* + * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 + */ + #include "evas_common.h" #include "evas_private.h" =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_image_main.c,v retrieving revision 1.69 retrieving revision 1.70 diff -u -3 -r1.69 -r1.70 --- evas_image_main.c 19 Jul 2008 17:40:51 -0000 1.69 +++ evas_image_main.c 19 Jul 2008 18:32:32 -0000 1.70 @@ -1,3 +1,7 @@ +/* + * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 + */ + #ifdef HAVE_CONFIG_H # include "config.h" /* so that EAPI in Eet.h is correctly defined */ #endif @@ -8,6 +12,7 @@ #include "evas_common.h" #include "evas_private.h" +#include "evas_image_private.h" #include "evas_convert_yuv.h" #ifdef HAVE_VALGRIND =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_image_save.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- evas_image_save.c 19 Jul 2008 17:40:51 -0000 1.7 +++ evas_image_save.c 19 Jul 2008 18:32:32 -0000 1.8 @@ -1,4 +1,11 @@ -#include "config.h" +/* + * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 + */ + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include "evas_options.h" #include "evas_common.h" ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs