Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/XPDFViewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/XPDFViewer.h')
-rw-r--r--pdf/xpdf/XPDFViewer.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/pdf/xpdf/XPDFViewer.h b/pdf/xpdf/XPDFViewer.h
index 124650a..924042f 100644
--- a/pdf/xpdf/XPDFViewer.h
+++ b/pdf/xpdf/XPDFViewer.h
@@ -2,7 +2,7 @@
//
// XPDFViewer.h
//
-// Copyright 2002 Glyph & Cog, LLC
+// Copyright 2002-2003 Glyph & Cog, LLC
//
//========================================================================
@@ -21,7 +21,7 @@
#include "gtypes.h"
#include "XPDFCore.h"
-#if XmVERSION <= 1
+#if (XmVERSION <= 1) && !defined(__sgi)
#define DISABLE_OUTLINE
#endif
@@ -173,6 +173,9 @@ private:
XtPointer callData);
void getPassword(GBool again);
+ //----- Motif support
+ XmFontList createFontList(char *xlfd);
+
XPDFApp *app;
GBool ok;