Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_enums.h ewl_image.h 


Log Message:
Fix a couple of enum typedef's.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_enums.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- ewl_enums.h 27 Feb 2004 18:46:49 -0000      1.49
+++ ewl_enums.h 14 May 2004 13:54:12 -0000      1.50
@@ -245,7 +245,7 @@
 #define EWL_ENGINE_ALL (EWL_ENGINE_SOFTWARE_X11 | EWL_ENGINE_GL_X11 | \
                        EWL_ENGINE_FB)
 
-enum Ewl_Modifiers
+enum Ewl_Key_Modifiers
 {
        EWL_KEY_MODIFIER_SHIFT = 0x1,
        EWL_KEY_MODIFIER_CTRL = 0x2,
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_image.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_image.h 20 Apr 2004 20:28:07 -0000      1.20
+++ ewl_image.h 14 May 2004 13:54:12 -0000      1.21
@@ -13,14 +13,14 @@
  * @themekey /image/group
  */
 
-typedef enum Ewl_Image_Type Ewl_Image_Type;
-
 enum Ewl_Image_Type
 {
        EWL_IMAGE_TYPE_NORMAL, /**< Standard image type */
        EWL_IMAGE_TYPE_EDJE /**< Edje image type */
 };
 
+typedef enum Ewl_Image_Type Ewl_Image_Type;
+
 typedef struct Ewl_Image Ewl_Image;
 
 #define EWL_IMAGE(image) ((Ewl_Image *) image)




-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to