]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/PBMOutputDev.h
Synched with Xpdf 1.01
[evince.git] / pdf / xpdf / PBMOutputDev.h
index 5afe0d688b5c232dd3f7eeae4fed9db2fe408a45..5b28fc5a4de5b4cb01b62fa439281662f049bc42 100644 (file)
@@ -2,7 +2,7 @@
 //
 // PBMOutputDev.h
 //
-// Copyright 1998 Derek B. Noonburg
+// Copyright 1998-2002 Glyph & Cog, LLC
 //
 //========================================================================
 
@@ -27,7 +27,7 @@ public:
   // constraints in the underlying XOutputDev object.)
 
   static PBMOutputDev *makePBMOutputDev(char *displayName,
-                                       char *fileRoot1);
+                                       char *fileRootA);
 
   static void killPBMOutputDev(PBMOutputDev *out);
 
@@ -43,9 +43,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;