Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/container


Modified Files:
        Esmart_Container.h 


Log Message:
c++ friendly thanks to dan sinclair
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/src/container/Esmart_Container.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Esmart_Container.h  25 Apr 2004 15:19:48 -0000      1.2
+++ Esmart_Container.h  27 Apr 2004 02:30:12 -0000      1.3
@@ -20,8 +20,6 @@
 typedef struct _Container Container;
 typedef struct _Container_Element Container_Element;
 typedef struct _Scroll_Data Scroll_Data;
-typedef enum _Container_Alignment Container_Alignment;
-typedef enum _Container_Fill_Policy Container_Fill_Policy;
 typedef struct _Container_Layout_Plugin Container_Layout_Plugin;
 
 
@@ -33,6 +31,7 @@
   CONTAINER_ALIGN_BOTTOM = CONTAINER_ALIGN_LEFT,
   CONTAINER_ALIGN_TOP = CONTAINER_ALIGN_RIGHT
 };
+typedef enum _Container_Alignment Container_Alignment;
 
 enum _Container_Fill_Policy
 {
@@ -43,6 +42,7 @@
   CONTAINER_FILL_POLICY_FILL = 0x08, 
   CONTAINER_FILL_POLICY_HOMOGENOUS = 0x10
 };
+typedef enum _Container_Fill_Policy Container_Fill_Policy;
 
 struct _Container
 {




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to