Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        E.h ewins.c mod-misc.c 


Log Message:
Eliminate obsolete ARGB client mode selection hack.

===================================================================
RCS file: /cvs/e/e16/e/src/E.h,v
retrieving revision 1.554
retrieving revision 1.555
diff -u -3 -r1.554 -r1.555
--- E.h 12 May 2006 13:10:16 -0000      1.554
+++ E.h 21 May 2006 12:17:57 -0000      1.555
@@ -391,7 +391,6 @@
    char                memory_paranoia;
    char                save_under;
    int                 edge_flip_resistance;
-   int                 argb_client_mode;
 
    /* Not used */
 #ifdef HAS_XINERAMA
===================================================================
RCS file: /cvs/e/e16/e/src/ewins.c,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -3 -r1.164 -r1.165
--- ewins.c     21 May 2006 12:09:14 -0000      1.164
+++ ewins.c     21 May 2006 12:17:57 -0000      1.165
@@ -202,9 +202,6 @@
        ewin->win_container =
           ECreateVisualWindow(frame, 0, 0, ewin->client.w, ewin->client.h,
                               0, &win_attr);
-
-       if (Conf.argb_client_mode == 1)
-          ewin->inh_wm.b.border = 1;
      }
    else
      {
===================================================================
RCS file: /cvs/e/e16/e/src/mod-misc.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- mod-misc.c  21 Apr 2006 23:47:30 -0000      1.34
+++ mod-misc.c  21 May 2006 12:17:57 -0000      1.35
@@ -159,7 +159,6 @@
    CFG_ITEM_BOOL(Conf, memory_paranoia, 1),
    CFG_ITEM_BOOL(Conf, save_under, 0),
    CFG_ITEM_INT(Conf, edge_flip_resistance, 25),
-   CFG_ITEM_INT(Conf, argb_client_mode, 1),
 };
 #define N_CFG_ITEMS ((int)(sizeof(MiscCfgItems)/sizeof(CfgItem)))
 




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