Enlightenment CVS committal

Author  : kwo
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
        ecore_evas_x.c 


Log Message:
Fix warning/potential trouble.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -3 -r1.86 -r1.87
--- ecore_evas_x.c      9 Aug 2006 11:23:32 -0000       1.86
+++ ecore_evas_x.c      11 Aug 2006 02:26:16 -0000      1.87
@@ -95,6 +95,10 @@
        einfo->info.depth    = 
einfo->func.best_depth_get(ecore_x_display_get(), screen);
        evas_engine_info_set(ee->evas, (Evas_Engine_Info *)einfo);
      }
+   else
+     {
+       win = 0;
+     }
    return win;
 }
 #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