X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FPBMOutputDev.h;h=9d1539dfe69c58e11ef1e65bc4eef0895dd54c59;hb=884f739665dc56e66f51e104350f2affd33f2dd8;hp=5afe0d688b5c232dd3f7eeae4fed9db2fe408a45;hpb=7aac8dc8533347e21311b15186e0af82f1b22fd6;p=evince.git diff --git a/pdf/xpdf/PBMOutputDev.h b/pdf/xpdf/PBMOutputDev.h index 5afe0d68..9d1539df 100644 --- a/pdf/xpdf/PBMOutputDev.h +++ b/pdf/xpdf/PBMOutputDev.h @@ -2,14 +2,16 @@ // // PBMOutputDev.h // -// Copyright 1998 Derek B. Noonburg +// Copyright 1998-2003 Glyph & Cog, LLC // //======================================================================== #ifndef PBMOUTPUTDEV_H #define PBMOUTPUTDEV_H -#ifdef __GNUC__ +#include + +#ifdef USE_GCC_PRAGMAS #pragma interface #endif @@ -27,7 +29,7 @@ public: // constraints in the underlying XOutputDev object.) static PBMOutputDev *makePBMOutputDev(char *displayName, - char *fileRoot1); + char *fileRootA); static void killPBMOutputDev(PBMOutputDev *out); @@ -43,9 +45,9 @@ public: private: - PBMOutputDev(Display *display1, int screen1, - Pixmap pixmap1, Window dummyWin1, - int invert1, char *fileRoot1); + PBMOutputDev(Display *displayA, int screenA, + Pixmap pixmapA, Window dummyWinA, + int invertA, char *fileRootA); char *fileRoot; char *fileName;