Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/XPDFApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/XPDFApp.h')
-rw-r--r--pdf/xpdf/XPDFApp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pdf/xpdf/XPDFApp.h b/pdf/xpdf/XPDFApp.h
index ffe0b63..4e23955 100644
--- a/pdf/xpdf/XPDFApp.h
+++ b/pdf/xpdf/XPDFApp.h
@@ -19,6 +19,7 @@
#include <Xm/XmAll.h>
#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;