X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FXPDFApp.h;h=4e239558133b9ace5c317458356323b61f1bd388;hb=1cb865554fcb40760784a30c7700b6a751567762;hp=d4841e7bb3023e375d13f8dfe4e346cfeae8641b;hpb=9ac495d6543dbd65992791bb41d5f8fbf90e549c;p=evince.git diff --git a/pdf/xpdf/XPDFApp.h b/pdf/xpdf/XPDFApp.h index d4841e7b..4e239558 100644 --- a/pdf/xpdf/XPDFApp.h +++ b/pdf/xpdf/XPDFApp.h @@ -2,7 +2,7 @@ // // XPDFApp.h // -// Copyright 2002 Glyph & Cog, LLC +// Copyright 2002-2003 Glyph & Cog, LLC // //======================================================================== @@ -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;