Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        eobj.c 


Log Message:
Fix warning when compiling without composite.

===================================================================
RCS file: /cvs/e/e16/e/src/eobj.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- eobj.c      11 May 2006 20:47:26 -0000      1.75
+++ eobj.c      14 May 2006 10:43:01 -0000      1.76
@@ -418,6 +418,8 @@
 #if USE_COMPOSITE
    if (eo->cmhook)
       ECompMgrWinDamageArea(eo, 0, 0, eo->w, eo->h);
+#else
+   eo = NULL;
 #endif
 }
 




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