Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_enums.h ewl_histogram.h Log Message: - move enum definition to ewl_enums.h =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_enums.h,v retrieving revision 1.71 retrieving revision 1.72 diff -u -3 -r1.71 -r1.72 --- ewl_enums.h 3 Mar 2007 02:26:45 -0000 1.71 +++ ewl_enums.h 3 Mar 2007 03:28:09 -0000 1.72 @@ -808,6 +808,24 @@ typedef enum Ewl_Tree_Selection_Type Ewl_Tree_Selection_Type; /** + * @enum Ewl_Histogram_Channel + * The histogram channels + */ +enum Ewl_Histogram_Channel +{ + EWL_HISTOGRAM_CHANNEL_Y, + EWL_HISTOGRAM_CHANNEL_R, + EWL_HISTOGRAM_CHANNEL_G, + EWL_HISTOGRAM_CHANNEL_B, + EWL_HISTOGRAM_CHANNEL_MAX +}; + +/** + * Ewl_Histogram_Channel + */ +typedef enum Ewl_Histogram_Channel Ewl_Histogram_Channel; + +/** * @} */ =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_histogram.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_histogram.h 2 Mar 2007 04:39:46 -0000 1.9 +++ ewl_histogram.h 3 Mar 2007 03:28:09 -0000 1.10 @@ -26,24 +26,6 @@ #define EWL_HISTOGRAM_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_HISTOGRAM_TYPE)) /** - * @enum Ewl_Histogram_Channel - * The histogram channels - */ -enum Ewl_Histogram_Channel -{ - EWL_HISTOGRAM_CHANNEL_Y, - EWL_HISTOGRAM_CHANNEL_R, - EWL_HISTOGRAM_CHANNEL_G, - EWL_HISTOGRAM_CHANNEL_B, - EWL_HISTOGRAM_CHANNEL_MAX -}; - -/** - * Ewl_Histogram_Channel - */ -typedef enum Ewl_Histogram_Channel Ewl_Histogram_Channel; - -/** * @def EWL_HISTOGRAM(cd) * Typecast a pointer to an Ewl_Histogram pointer. */ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs