Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/bin


Modified Files:
        etk_progress_bar_test.c etk_test.c 


Log Message:
- reflect new engine changes and api changes in etk_test


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/bin/etk_progress_bar_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- etk_progress_bar_test.c     24 Jun 2006 17:54:06 -0000      1.5
+++ etk_progress_bar_test.c     27 Jul 2006 00:57:10 -0000      1.6
@@ -15,9 +15,7 @@
    Etk_Widget *vbox;   
    Etk_Widget *pbar;
    Etk_Widget *pbar2;   
-   
-   etk_init();   
-   
+      
    if (win)
    {
       etk_widget_show_all(ETK_WIDGET(win));
===================================================================
RCS file: /cvs/e/e17/proto/etk/src/bin/etk_test.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- etk_test.c  24 Jun 2006 17:54:06 -0000      1.23
+++ etk_test.c  27 Jul 2006 00:57:10 -0000      1.24
@@ -127,7 +127,7 @@
 
 int main(int argc, char *argv[])
 {
-   if (!etk_init())
+   if (!etk_init("ecore_evas_software_x11"))
    {
       fprintf(stderr, "Could not init etk. Exiting...\n");
       return 1;



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