blob: 74ba50aa5155fcd7c87abe90baa7d04f70eaadc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ruN fim-0.4-rc3.orig/src/FbiStuffPdf.cpp fim-0.4-rc3/src/FbiStuffPdf.cpp
--- fim-0.4-rc3.orig/src/FbiStuffPdf.cpp 2014-12-22 23:54:29.000000000 +0100
+++ fim-0.4-rc3/src/FbiStuffPdf.cpp 2015-05-18 21:13:07.058115455 +0200
@@ -199,7 +199,7 @@
if (!ds->od)
{
GBool bitmapTopDown = gTrue;
- ds->od = new SplashOutputDev(gSplashColorMode, /*4*/3, gFalse, gBgColor, bitmapTopDown,gFalse/*antialias*/);
+ ds->od = new SplashOutputDev(gSplashColorMode, /*4*/3, gFalse, gBgColor, bitmapTopDown);
if (ds->od)
#ifdef POPPLER_VERSION /* as of 0.20.2, from poppler/poppler-config.h */
/* FIXME: this is an incomplete fix (triggered on 20120719's email on fim-devel);
|