Enlightenment CVS committal

Author  : mickeyl
Project : e17
Module  : proto/epdf

Dir     : e17/proto/epdf/src/lib


Modified Files:
        poppler_page.cpp 


Log Message:
epdf: catch up with libpoppler 0.6

===================================================================
RCS file: /cvs/e/e17/proto/epdf/src/lib/poppler_page.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- poppler_page.cpp    25 Jul 2007 17:01:03 -0000      1.11
+++ poppler_page.cpp    19 Sep 2007 16:07:44 -0000      1.12
@@ -199,7 +199,9 @@
   pdf_selection.y2 = r.y2;
 
   sel_text = new GooString;
-  sel_text = text_dev->getSelectionText (&pdf_selection);
+  /* added selectionStyleGlyph to catch up with poppler 0.6. Is that correct
+     or should we rather use selectionStyleLine or selectionStyleWord? :M: */
+  sel_text = text_dev->getSelectionText (&pdf_selection, selectionStyleGlyph);
   result = strdup (sel_text->getCString ());
   delete sel_text;
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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