]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/XPDFApp.h
Import of Xpdf 3.00
[evince.git] / pdf / xpdf / XPDFApp.h
index ffe0b63fed49c9e5e4fc89713d04461abe54088d..4e239558133b9ace5c317458356323b61f1bd388 100644 (file)
@@ -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;