[poppler] poppler/qt: poppler-private.h,1.5,1.6
Albert Astals Cid
aacid at kemper.freedesktop.org
Tue May 23 13:49:18 PDT 2006
Update of /cvs/poppler/poppler/qt
In directory kemper:/tmp/cvs-serv10254/qt
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/qt/poppler-private.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- poppler-private.h 10 Jan 2006 21:57:28 -0000 1.5
+++ poppler-private.h 23 May 2006 20:49:16 -0000 1.6
@@ -41,7 +41,7 @@
white[0] = 255;
white[1] = 255;
white[2] = 255;
- m_outputDev = new SplashOutputDev(splashModeRGB8, 4, gFalse, white);
+ m_outputDev = new SplashOutputDev(splashModeRGB8Qt, 4, gFalse, white);
m_outputDev->startDoc(doc.getXRef());
}
return m_outputDev;
More information about the poppler
mailing list