Enlightenment CVS committal

Author  : turran
Project : e17
Module  : proto

Dir     : e17/proto/epdf/src/bin


Modified Files:
        epdf_etk_test.c 


Log Message:
Etk
===
+ API changed: etk_init(int *argc, char *** argv). 
+ etk_argument: now it modifies the parameters on the detected arguments

Rest of etk apps, change etk_init(engine) with the new one.



===================================================================
RCS file: /cvs/e/e17/proto/epdf/src/bin/epdf_etk_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- epdf_etk_test.c     17 Apr 2006 18:06:10 -0000      1.2
+++ epdf_etk_test.c     2 Aug 2006 05:53:59 -0000       1.3
@@ -57,7 +57,7 @@
   int           page_count;
   int           i;
 
-  etk_init ();
+  etk_init (NULL,NULL);
 
   if (argc == 1) {
     printf ("Usage: %s pdf_file\n", argv[0]);



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