Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_grid.h ewl_table.h 


Log Message:
- naming/formatting

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_grid.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_grid.h  29 Jan 2006 09:56:19 -0000      1.7
+++ ewl_grid.h  4 Feb 2006 06:14:56 -0000       1.8
@@ -20,17 +20,18 @@
 
 struct Ewl_Grid_Info
 {
-       int             override;
-       int             size;
-       Ewl_Widget     *max;
-       Ecore_List       *cross;
+       int              override;
+       int              size;
+       Ewl_Widget      *max;
+       Ecore_List      *cross;
 };
 
-typedef struct _ewl_grid Ewl_Grid;
+typedef struct Ewl_Grid Ewl_Grid;
 
 #define EWL_GRID(grid) ((Ewl_Grid *)grid)
 
-struct _ewl_grid {
+struct Ewl_Grid 
+{
        Ewl_Container   container;
 
        /*
@@ -55,18 +56,18 @@
        /*
         * list of old children after a reset call
         */
-       Ecore_List       *rchildren;
+       Ecore_List     *rchildren;
 };
 
 
-typedef struct _ewl_grid_child Ewl_Grid_Child;
-struct _ewl_grid_child
+typedef struct Ewl_Grid_Child Ewl_Grid_Child;
+struct Ewl_Grid_Child
 {
-       int             start_col;
-       int             start_row;
+       int start_col;
+       int start_row;
 
-       int             end_col;
-       int             end_row;
+       int end_col;
+       int end_row;
 };
 
 Ewl_Widget     *ewl_grid_new(int cols, int rows);
@@ -104,4 +105,5 @@
  * @}
  */
 
-#endif                         /* __EWL_GRID_H__ */
+#endif /* __EWL_GRID_H__ */
+
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_table.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_table.h 12 Jan 2006 18:21:19 -0000      1.7
+++ ewl_table.h 4 Feb 2006 06:14:58 -0000       1.8
@@ -46,10 +46,10 @@
         unsigned int    homogeneous_v;   /** Vertical homogeneous flag */ 
 
        struct {
-               int             start_r;
-               int             start_c;
-               int             end_r;
-               int             end_c;
+               int start_r;
+               int start_c;
+               int end_r;
+               int end_c;
        } selected;
 
 };




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to