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:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2004-05-17 18:12:38 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2004-05-17 18:12:38 (GMT)
commitaf15b57b30fcf442262f3a797d169d6bc3c1a44a (patch)
tree45656ff4d9043e45229253ce1d73d8b9a8251a49 /pdf/xpdf/XPDFApp.h
parentbace4ea18c03bfcaadab55300bc15290f87540c7 (diff)
Import of Xpdf 3.00
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;