Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_color.h Log Message: silence warnings on older gcc's about incomplete types =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_color.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_color.h 20 Aug 2006 22:15:27 -0000 1.4 +++ e_color.h 22 Aug 2006 13:38:18 -0000 1.5 @@ -6,10 +6,6 @@ typedef enum _E_Color_Component E_Color_Component; typedef struct _E_Color E_Color; -#else -#ifndef E_COLOR_HEADER -#define E_COLOR_HEADER - enum _E_Color_Component { E_COLOR_COMPONENT_R, @@ -20,6 +16,10 @@ E_COLOR_COMPONENT_V, E_COLOR_COMPONENT_MAX }; + +#else +#ifndef E_COLOR_HEADER +#define E_COLOR_HEADER // used so that a single color struct can be shared by all elements of the color dialog struct _E_Color ------------------------------------------------------------------------- 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