Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ecompmgr.c eobj.c 


Log Message:
Fix not shadowing desks, buttons etc.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ecompmgr.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -3 -r1.79 -r1.80
--- ecompmgr.c  30 Oct 2005 19:40:49 -0000      1.79
+++ ecompmgr.c  12 Nov 2005 15:11:07 -0000      1.80
@@ -1417,8 +1417,6 @@
    if (eo->opacity == 0)
       eo->opacity = 0xFFFFFFFF;
 
-   eo->shadow = 1;
-
    cw->picture = None;
    cw->pixmap = None;
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/eobj.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -3 -r1.58 -r1.59
--- eobj.c      6 Nov 2005 17:47:50 -0000       1.58
+++ eobj.c      12 Nov 2005 15:11:07 -0000      1.59
@@ -155,6 +155,7 @@
      }
 #if USE_COMPOSITE
    eo->fade = 1;
+   eo->shadow = 1;
    ECompMgrWinNew(eo);
 #endif
    if (eo->win != VRoot.win)




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to