Enlightenment CVS committal

Author  : titan
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_fb


Modified Files:
        Ecore_Fb.h 


Log Message:
Fix the order of a typedef to satisfy g++

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_fb/Ecore_Fb.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Ecore_Fb.h  2 Aug 2006 21:41:11 -0000       1.8
+++ Ecore_Fb.h  9 Aug 2006 07:06:55 -0000       1.9
@@ -47,7 +47,6 @@
 typedef struct _Ecore_Fb_Input_Device Ecore_Fb_Input_Device; /* an input 
device handler */
 
 /* device capabilities */
-typedef enum   _Ecore_Fb_Input_Device_Cap Ecore_Fb_Input_Device_Cap;
 enum _Ecore_Fb_Input_Device_Cap
 {
        ECORE_FB_INPUT_DEVICE_CAP_NONE            = 0x00000000,
@@ -55,7 +54,7 @@
        ECORE_FB_INPUT_DEVICE_CAP_ABSOLUTE        = 0x00000002,
        ECORE_FB_INPUT_DEVICE_CAP_KEYS_OR_BUTTONS = 0x00000004
 };
-
+typedef enum   _Ecore_Fb_Input_Device_Cap Ecore_Fb_Input_Device_Cap;
 
 EAPI extern int ECORE_FB_EVENT_KEY_DOWN; /**< FB Key Down event */
 EAPI extern int ECORE_FB_EVENT_KEY_UP; /**< FB Key Up event */



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to