]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/XPDFViewer.h
Import of Xpdf 2.02 for merge
[evince.git] / pdf / xpdf / XPDFViewer.h
index 124650ada30526b3f22695e57bcf578111790eea..924042f93c6fd964fd9e17113c424f633e908e05 100644 (file)
@@ -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;