X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FXPDFViewer.h;h=924042f93c6fd964fd9e17113c424f633e908e05;hb=884f739665dc56e66f51e104350f2affd33f2dd8;hp=124650ada30526b3f22695e57bcf578111790eea;hpb=9ac495d6543dbd65992791bb41d5f8fbf90e549c;p=evince.git diff --git a/pdf/xpdf/XPDFViewer.h b/pdf/xpdf/XPDFViewer.h index 124650ad..924042f9 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;