Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: E.h iclass.h Log Message: Trivial cleanups. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/E.h,v retrieving revision 1.508 retrieving revision 1.509 diff -u -3 -r1.508 -r1.509 --- E.h 5 Nov 2005 17:12:53 -0000 1.508 +++ E.h 6 Nov 2005 17:34:31 -0000 1.509 @@ -47,6 +47,9 @@ #include <X11/Xlocale.h> #include <X11/extensions/shape.h> #include <X11/extensions/XShm.h> +#ifdef HAS_XINERAMA +#include <X11/extensions/Xinerama.h> +#endif #ifdef HAS_XRANDR #ifdef HAVE_X11_EXTENSIONS_XRANDR_H @@ -65,10 +68,6 @@ #define ENABLE_TRANSPARENCY 1 #define ENABLE_THEME_TRANSPARENCY 1 -#ifdef HAS_XINERAMA -#include <X11/extensions/Xinerama.h> -#endif - /* dmalloc debugging */ /*#include <dmalloc.h> */ @@ -199,31 +198,11 @@ #define LIST_TYPE_COUNT 33 -#define BEVEL_NONE 0 -#define BEVEL_AMIGA 1 -#define BEVEL_MOTIF 2 -#define BEVEL_NEXT 3 -#define BEVEL_DOUBLE 4 -#define BEVEL_WIDEDOUBLE 5 -#define BEVEL_THINPOINT 6 -#define BEVEL_THICKPOINT 7 - -#define EWIN_NORMAL 0 -#define EWIN_ACTIVE 1 -#define EWIN_STICKY 2 -#define EWIN_ICONIFIED 4 - #define STATE_NORMAL 0 #define STATE_HILITED 1 #define STATE_CLICKED 2 #define STATE_DISABLED 3 -#define FILL_STRETCH 0 -#define FILL_TILE_H 1 -#define FILL_TILE_V 2 -#define FILL_INT_TILE_H 4 -#define FILL_INT_TILE_V 8 - #define FLAG_BUTTON 0 #define FLAG_TITLE 1 #define FLAG_MINIICON 2 =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/iclass.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- iclass.h 29 Oct 2005 08:48:40 -0000 1.4 +++ iclass.h 6 Nov 2005 17:34:31 -0000 1.5 @@ -33,6 +33,21 @@ typedef struct _imageclass ImageClass; typedef struct _imagestate ImageState; +#define BEVEL_NONE 0 +#define BEVEL_AMIGA 1 +#define BEVEL_MOTIF 2 +#define BEVEL_NEXT 3 +#define BEVEL_DOUBLE 4 +#define BEVEL_WIDEDOUBLE 5 +#define BEVEL_THINPOINT 6 +#define BEVEL_THICKPOINT 7 + +#define FILL_STRETCH 0 +#define FILL_TILE_H 1 +#define FILL_TILE_V 2 +#define FILL_INT_TILE_H 4 +#define FILL_INT_TILE_V 8 + /* Selective Transparency item types */ #define ST_SOLID 0 #define ST_BORDER 1 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs