[poppler] poppler/SplashOutputDev.h
Albert Astals Cid
aacid at kemper.freedesktop.org
Fri Mar 23 18:57:51 UTC 2018
poppler/SplashOutputDev.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e34e187934e3654989b6af5177f345032623dd9b
Author: Albert Astals Cid <aacid at kde.org>
Date: Fri Mar 23 19:57:39 2018 +0100
SplashOutputDev: make getMatteColor static
diff --git a/poppler/SplashOutputDev.h b/poppler/SplashOutputDev.h
index 3a5883c4..3a1b594e 100644
--- a/poppler/SplashOutputDev.h
+++ b/poppler/SplashOutputDev.h
@@ -407,7 +407,7 @@ private:
SplashPattern *getColor(GfxCMYK *cmyk);
SplashPattern *getColor(GfxColor *deviceN);
#endif
- void getMatteColor( SplashColorMode colorMode, GfxImageColorMap *colorMap, GfxColor * matteColor, SplashColor splashMatteColor);
+ static void getMatteColor( SplashColorMode colorMode, GfxImageColorMap *colorMap, GfxColor * matteColor, SplashColor splashMatteColor);
void setOverprintMask(GfxColorSpace *colorSpace, GBool overprintFlag,
int overprintMode, GfxColor *singleColor, GBool grayIndexed = gFalse);
SplashPath *convertPath(GfxState *state, GfxPath *path,
More information about the poppler
mailing list