Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        eobj.c ewins.c 


Log Message:
Fix build without composite.

===================================================================
RCS file: /cvs/e/e16/e/src/eobj.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- eobj.c      2 Apr 2006 09:45:39 -0000       1.68
+++ eobj.c      11 Apr 2006 06:55:14 -0000      1.69
@@ -515,6 +515,8 @@
 EobjChangeOpacity(EObj * eo, unsigned int opacity)
 {
 #if USE_COMPOSITE
+   if (eo->opacity == opacity)
+      return;
    eo->opacity = opacity;
    ECompMgrWinChangeOpacity(eo, opacity);
 #else
===================================================================
RCS file: /cvs/e/e16/e/src/ewins.c,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -3 -r1.149 -r1.150
--- ewins.c     2 Apr 2006 09:45:39 -0000       1.149
+++ ewins.c     11 Apr 2006 06:55:14 -0000      1.150
@@ -1624,8 +1624,7 @@
    else
       opacity = ewin->ewmh.opacity;
 
-   if (ewin->o.opacity != opacity)
-      EoChangeOpacity(ewin, opacity);
+   EoChangeOpacity(ewin, opacity);
 }
 
 /*




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to