Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/enhance/examples


Modified Files:
        enhance_test.c 


Log Message:
work with latest etk

===================================================================
RCS file: /cvs/e/e17/proto/enhance/examples/enhance_test.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- enhance_test.c      11 Jul 2006 03:16:41 -0000      1.6
+++ enhance_test.c      27 Jul 2006 01:48:56 -0000      1.7
@@ -33,7 +33,7 @@
    data = string1;
    
    enhance_init();
-   etk_init();
+   etk_init("ecore_evas_software_x11");
    
    en = enhance_new();      
    enhance_callback_data_set(en, "rip_only_clicked", &data);
@@ -44,9 +44,7 @@
    data2 = enhance_callback_data_get(en, "rip_only_clicked");
    *data2 = string2;
    
-   etk_main();
-   
-   etk_main_quit();
+   etk_main();   
    etk_shutdown();
    
    enhance_free(en);  



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to