Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_dialog.h 


Log Message:
Make C++ compilers happy, reported by Bart Elberg.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_dialog.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_dialog.h        27 Aug 2004 06:13:18 -0000      1.7
+++ ewl_dialog.h        27 Oct 2004 19:50:27 -0000      1.8
@@ -21,8 +21,6 @@
  * @themekey /dialog/group
  */
 
-typedef enum _Ewl_Response_Type Ewl_Response_Type;
-
 /**
  * @enum Ewl_Response_Type
  */
@@ -39,6 +37,8 @@
        EWL_RESPONSE_QUIT   = -23,
 };
 
+typedef enum _Ewl_Response_Type Ewl_Response_Type;
+
 /**
  * The dialog structure is a window with two area: a box (vbox) to hold
  * messages and another box (action_area) to put buttons




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to