Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_config.h 


Log Message:
Is guified.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_config.h,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -3 -r1.103 -r1.104
--- e_config.h  10 Aug 2006 05:01:07 -0000      1.103
+++ e_config.h  10 Aug 2006 14:43:24 -0000      1.104
@@ -95,7 +95,7 @@
    int         zone_desks_x_count; // GUI
    int         zone_desks_y_count; // GUI
    int         use_virtual_roots;
-   int        edge_flip_dragging;
+   int         edge_flip_dragging; // GUI
    int         edge_flip_moving; // GUI
    double      edge_flip_timeout; // GUI
    int         evas_engine_default;
@@ -216,10 +216,10 @@
    Evas_List  *shelves; // GUI
    int         font_hinting; // GUI
 
-   char              *desklock_personal_passwd; // GUI
-   char              *desklock_background; // GUI
-   int        desklock_auth_method; // GUI
-   int        desklock_login_box_zone; // GUI
+   char       *desklock_personal_passwd; // GUI
+   char       *desklock_background; // GUI
+   int         desklock_auth_method; // GUI
+   int         desklock_login_box_zone; // GUI
    int         desklock_autolock; // GUI
    int         desklock_use_timeout; // GUI
    double      desklock_timeout; // GUI
@@ -309,21 +309,21 @@
 
 struct _E_Config_Gadcon
 {
-   const char   *name;
-   const char   *id;
-   Evas_List    *clients;
+   const char *name;
+   const char *id;
+   Evas_List  *clients;
 };
 
 struct _E_Config_Gadcon_Client
 {
-   const char   *name;
-   const char   *id;
+   const char    *name;
+   const char    *id;
    struct {
       int pos, size, res;
    } geom;
-   const char   *style;
-   unsigned char autoscroll;
-   unsigned char resizable;
+   const char    *style;
+   unsigned char  autoscroll;
+   unsigned char  resizable;
 };
 
 struct _E_Config_Shelf



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