X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fxpdf%2FXPDFApp.h;h=4e239558133b9ace5c317458356323b61f1bd388;hb=2af881bd90a35b4f1343b027ba7c3c0464930fb1;hp=ffe0b63fed49c9e5e4fc89713d04461abe54088d;hpb=bfd0b848c8c81ab10698f74b77f9f0904c3161e1;p=evince.git diff --git a/pdf/xpdf/XPDFApp.h b/pdf/xpdf/XPDFApp.h index ffe0b63f..4e239558 100644 --- a/pdf/xpdf/XPDFApp.h +++ b/pdf/xpdf/XPDFApp.h @@ -19,6 +19,7 @@ #include #undef Object #include "gtypes.h" +#include "SplashTypes.h" class GString; class GList; @@ -64,6 +65,7 @@ public: GBool getInstallCmap() { return installCmap; } int getRGBCubeSize() { return rgbCubeSize; } GBool getReverseVideo() { return reverseVideo; } + SplashRGB8 getPaperRGB() { return paperRGB; } Gulong getPaperColor() { return paperColor; } GString *getInitialZoom() { return initialZoom; } GBool getViKeys() { return viKeys; } @@ -96,6 +98,7 @@ private: GBool installCmap; int rgbCubeSize; GBool reverseVideo; + SplashRGB8 paperRGB; Gulong paperColor; GString *initialZoom; GBool viKeys;