Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_color.h Log Message: formatting, EAPI and add a copy function =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_color.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_color.h 14 Aug 2006 04:38:49 -0000 1.1 +++ e_color.h 16 Aug 2006 04:43:57 -0000 1.2 @@ -1,6 +1,13 @@ +/* + * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 + */ +#ifdef E_TYPEDEFS + +typedef enum _E_Color_Component E_Color_Component; + +#else #ifndef E_COLOR_HEADER #define E_COLOR_HEADER -typedef enum _E_Color_Component E_Color_Component; enum _E_Color_Component { @@ -22,6 +29,8 @@ int a; }; -void e_color_update_rgb(E_Color *ec); -void e_color_update_hsv(E_Color *ec); +EAPI void e_color_update_rgb (E_Color *ec); +EAPI void e_color_update_hsv (E_Color *ec); +EAPI void e_color_copy (E_Color *from, E_Color *to); +#endif #endif ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs