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=refs%2Ftags%2FGNOME_2_8_ANCHOR;hp=4875456e673bb02d6a1633f43b2dc71d75475ec6;hpb=6112dfe4b45b0305c7a6f61bd8a847f69f892cbb;p=evince.git diff --git a/pdf/xpdf/XPDFApp.h b/pdf/xpdf/XPDFApp.h index 4875456e..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; @@ -54,6 +55,7 @@ public: GBool remoteServerRunning(); void remoteOpen(GString *fileName, int page, GBool raise); void remoteOpenAtDest(GString *fileName, GString *dest, GBool raise); + void remoteReload(GBool raise); void remoteRaise(); void remoteQuit(); @@ -63,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; } @@ -95,6 +98,7 @@ private: GBool installCmap; int rgbCubeSize; GBool reverseVideo; + SplashRGB8 paperRGB; Gulong paperColor; GString *initialZoom; GBool viKeys;