summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/xpdf/Gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-src/xpdf/Gfx.h')
-rw-r--r--Build/source/libs/xpdf/xpdf-src/xpdf/Gfx.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/xpdf/Gfx.h b/Build/source/libs/xpdf/xpdf-src/xpdf/Gfx.h
index 0f288cf3b9d..14d7a608438 100644
--- a/Build/source/libs/xpdf/xpdf-src/xpdf/Gfx.h
+++ b/Build/source/libs/xpdf/xpdf-src/xpdf/Gfx.h
@@ -11,6 +11,10 @@
#include <aconf.h>
+#ifdef USE_GCC_PRAGMAS
+#pragma interface
+#endif
+
#include "gtypes.h"
#include "gfile.h"
#include "GfxState.h"
@@ -102,8 +106,6 @@ private:
enum GfxMarkedContentKind {
gfxMCOptionalContent,
gfxMCActualText,
- gfxMCStructureItem,
- gfxMCStructureItemAndActualText,
gfxMCOther
};
@@ -192,7 +194,6 @@ private:
GfxState *state; // current graphics state
GBool fontChanged; // set if font or text matrix has changed
- GBool haveSavedClipPath;
GfxClipType clip; // do a clip?
int ignoreUndef; // current BX/EX nesting level
double baseMatrix[6]; // default matrix for most recent
@@ -272,7 +273,7 @@ private:
void opCloseEOFillStroke(Object args[], int numArgs);
void doPatternFill(GBool eoFill);
void doPatternStroke();
- void doPatternText(GBool stroke);
+ void doPatternText();
void doPatternImageMask(Object *ref, Stream *str, int width, int height,
GBool invert, GBool inlineImg, GBool interpolate);
void doTilingPatternFill(GfxTilingPattern *tPat,