Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: E.h iclass.h Log Message: Move some define's to where they belong. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/E.h,v retrieving revision 1.496 retrieving revision 1.497 diff -u -3 -r1.496 -r1.497 --- E.h 26 Sep 2005 17:32:08 -0000 1.496 +++ E.h 6 Oct 2005 21:57:17 -0000 1.497 @@ -306,19 +306,6 @@ #define SET_ON 1 #define SET_TOGGLE 2 -#define ST_UNKNWN 0 -#define ST_BORDER 1 -#define ST_WIDGET 2 -#define ST_ICONBOX 3 -#define ST_MENU 4 -#define ST_MENU_ITEM 5 -#define ST_TOOLTIP 6 -#define ST_DIALOG 7 -#define ST_HILIGHT 8 -#define ST_PAGER 9 -#define ST_WARPLIST 10 -#define ST_BUTTON 11 - /* * Types */ =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/iclass.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- iclass.h 26 Sep 2005 17:32:09 -0000 1.1 +++ iclass.h 6 Oct 2005 21:57:17 -0000 1.2 @@ -33,6 +33,20 @@ typedef struct _imageclass ImageClass; typedef struct _imagestate ImageState; +/* Selective Transparency item types */ +#define ST_UNKNWN 0 +#define ST_BORDER 1 +#define ST_WIDGET 2 +#define ST_ICONBOX 3 +#define ST_MENU 4 +#define ST_MENU_ITEM 5 +#define ST_TOOLTIP 6 +#define ST_DIALOG 7 +#define ST_HILIGHT 8 +#define ST_PAGER 9 +#define ST_WARPLIST 10 +#define ST_BUTTON 11 + /* iclass.c */ int ImageclassConfigLoad(FILE * fs); ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs