Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/epdf/src/lib


Modified Files:
        poppler_page.cpp 


Log Message:
use new poppler name for the ARGB colorspace

===================================================================
RCS file: /cvs/e/e17/proto/epdf/src/lib/poppler_page.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- poppler_page.cpp    27 May 2006 17:32:00 -0000      1.7
+++ poppler_page.cpp    10 Sep 2006 08:18:34 -0000      1.8
@@ -91,7 +91,7 @@
 
   doc = page->doc;
 
-  output_dev = new SplashOutputDev(splashModeRGB8, 4, gFalse, white);
+  output_dev = new SplashOutputDev(splashModeRGB8Qt, 4, gFalse, white);
   output_dev->startDoc(doc->pdfdoc->getXRef ());
   switch (orientation) {
   case EPDF_PAGE_ORIENTATION_LANDSCAPE:



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to