Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_border.h Log Message: no forward enum decl. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- e_border.h 21 Dec 2004 03:01:19 -0000 1.11 +++ e_border.h 23 Dec 2004 06:43:37 -0000 1.12 @@ -1,8 +1,6 @@ #ifndef E_BORDER_H #define E_BORDER_H -typedef enum _E_Direction E_Direction; -typedef enum _E_Transition E_Transition; typedef struct _E_Border E_Border; enum _E_Direction @@ -12,6 +10,7 @@ E_DIRECTION_LEFT, E_DIRECTION_RIGHT }; +typedef enum _E_Direction E_Direction; enum _E_Transition { @@ -20,7 +19,7 @@ E_TRANSITION_ACCELERATE, E_TRANSITION_DECELERATE }; - +typedef enum _E_Transition E_Transition; struct _E_Border { ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs