Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto/epdf

Dir     : e17/proto/epdf/src/bin


Modified Files:
        epdf_esmart_test.c 


Log Message:
* src/bin/epdf_esmart_test.c: (main):
error from copy paste
* src/lib/Epdf.h:
* src/lib/etk_pdf.c: (_etk_pdf_destructor):
* src/lib/etk_pdf.h:
* src/lib/ewl_pdf.c: (ewl_pdf_file_set), (ewl_pdf_page_set),
(ewl_pdf_pdf_size_get), (ewl_pdf_page_previous),
(ewl_pdf_pdf_document_get), (ewl_pdf_pdf_page_get),
(ewl_pdf_pdf_index_get):
* src/lib/ewl_pdf.h:
more checks
documentation
formatting

===================================================================
RCS file: /cvs/e/e17/proto/epdf/src/bin/epdf_esmart_test.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- epdf_esmart_test.c  22 May 2008 04:43:14 -0000      1.6
+++ epdf_esmart_test.c  22 May 2008 06:53:05 -0000      1.7
@@ -75,7 +75,7 @@
   evas_object_show (o);
 
   esmart_pdf_size_get (o, &width, &height);
-  esmart_ps_scale_get (o, &hscale, &vscale);
+  esmart_pdf_scale_get (o, &hscale, &vscale);
   ee_width = (int)(width * hscale);
   ee_height = (int)(height * vscale);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to