Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/Gfx.h1
-rw-r--r--pdf/xpdf/Makefile.am4
-rw-r--r--pdf/xpdf/OutputDev.h1
3 files changed, 6 insertions, 0 deletions
diff --git a/pdf/xpdf/Gfx.h b/pdf/xpdf/Gfx.h
index b4da531..bdf56e8 100644
--- a/pdf/xpdf/Gfx.h
+++ b/pdf/xpdf/Gfx.h
@@ -14,6 +14,7 @@
#endif
#include "gtypes.h"
+#include "Object.h"
class GString;
class XRef;
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index 5366940..2790652 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -105,12 +105,16 @@ gnome_pdf_viewer_SOURCES = \
BonoboStream.cc \
GOutputDev.cc \
GOutputDev.h \
+ GPOutputDev.cc \
+ GPOutputDev.h \
bonobo-application-x-pdf.cc \
gpdf-control.cc \
gpdf-control.h \
gpdf-persist-stream.cc \
gpdf-persist-stream.h \
gpdf-util.h \
+ gpdf-view.cc \
+ gpdf-view.h \
gtkgesture.c \
gtkgesture.h \
pdf-view.cc \
diff --git a/pdf/xpdf/OutputDev.h b/pdf/xpdf/OutputDev.h
index cb825e0..ec99ffa 100644
--- a/pdf/xpdf/OutputDev.h
+++ b/pdf/xpdf/OutputDev.h
@@ -17,6 +17,7 @@
#include "CharTypes.h"
class GString;
+class Object;
class GfxState;
class GfxColorSpace;
class GfxImageColorMap;