Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : docs

Dir     : e17/docs/cookbook/xml/evas


Modified Files:
        evas_ecore_setup.xml 


Log Message:
- patch from Ed Presutti to add startup/shutdown calls as needed

===================================================================
RCS file: /cvs/e/e17/docs/cookbook/xml/evas/evas_ecore_setup.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_ecore_setup.xml        28 Jul 2004 10:14:30 -0000      1.1
+++ evas_ecore_setup.xml        11 May 2006 14:52:05 -0000      1.2
@@ -43,6 +43,7 @@
 int main(){
 
         ecore_init();
+        ecore_evas_init();
 
    ee = ecore_evas_software_x11_new(NULL, 0,  0, 0, WIDTH, HEIGHT);
         ecore_evas_title_set(ee, "Ecore_Evas Template");
@@ -62,6 +63,9 @@
         /* Insert Object Here */
 
         ecore_main_loop_begin();
+
+        ecore_evas_shutdown();
+        ecore_shutdown();
 
         return 0;
 }




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