Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_paned.h 


Log Message:
- formatting

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_paned.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_paned.h 30 Jun 2006 00:54:39 -0000      1.19
+++ ewl_paned.h 11 Oct 2006 03:53:31 -0000      1.20
@@ -39,20 +39,20 @@
  */
 struct Ewl_Paned
 {
-        Ewl_Container container;        /**< Inherit from Ewl_Container */
-        Ewl_Orientation orientation;    /**< The orientation of the paned */
+       Ewl_Container container;        /**< Inherit from Ewl_Container */
+       Ewl_Orientation orientation;    /**< The orientation of the paned */
 
        Ecore_List *new_panes;          /**< List of unplaced panes */
        unsigned short updating_grabbers:1; /**< are we updating the grabbers */
 };
 
-Ewl_Widget      *ewl_paned_new(void);
-Ewl_Widget      *ewl_hpaned_new(void);
-Ewl_Widget      *ewl_vpaned_new(void);
-int              ewl_paned_init(Ewl_Paned *p);
+Ewl_Widget     *ewl_paned_new(void);
+Ewl_Widget     *ewl_hpaned_new(void);
+Ewl_Widget     *ewl_vpaned_new(void);
+int             ewl_paned_init(Ewl_Paned *p);
 
-void             ewl_paned_orientation_set(Ewl_Paned *p, Ewl_Orientation o);
-Ewl_Orientation  ewl_paned_orientation_get(Ewl_Paned *p);
+void            ewl_paned_orientation_set(Ewl_Paned *p, Ewl_Orientation o);
+Ewl_Orientation         ewl_paned_orientation_get(Ewl_Paned *p);
 
 /*
  * Internal functions. Override at your risk.



-------------------------------------------------------------------------
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