[poppler] poppler/qt4/src: poppler-private.h,1.11,1.12

Albert Astals Cid aacid at kemper.freedesktop.org
Tue May 23 13:49:18 PDT 2006


Update of /cvs/poppler/poppler/qt4/src
In directory kemper:/tmp/cvs-serv10254/qt4/src

Modified Files:
	poppler-private.h 
Log Message:
        * poppler/SplashOutputDev.cc:
        * qt4/src/poppler-private.h:
        * splash/Splash.cc:
        * splash/SplashBitmap.cc:
        * splash/SplashTypes.h: bring splashModeRGB8 back to the old code
        (before Frank's patch), create splashModeRGB8Qt that has Frank's
        codepath and is used by Qt frontends. Fixes corruption on
        other programs expecting the old behaviour.

Remember dude we are now a lib! you can not change behaviour from one day to another!

/me hits himself



Index: poppler-private.h
===================================================================
RCS file: /cvs/poppler/poppler/qt4/src/poppler-private.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- poppler-private.h	13 May 2006 15:58:39 -0000	1.11
+++ poppler-private.h	23 May 2006 20:49:16 -0000	1.12
@@ -95,7 +95,7 @@
 			bgColor[0] = paperColor.red();
 			bgColor[1] = paperColor.green();
 			bgColor[2] = paperColor.blue();
-			m_splashOutputDev = new SplashOutputDev(splashModeRGB8, 4, gFalse, bgColor);
+			m_splashOutputDev = new SplashOutputDev(splashModeRGB8Qt, 4, gFalse, bgColor);
 			m_splashOutputDev->startDoc(doc.getXRef());
 		}
 		return m_splashOutputDev;



More information about the poppler mailing list