Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/PBMOutputDev.h
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-18 22:20:42 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-18 22:20:42 (GMT)
commit2a393c134fe3fe8eb85bf818cb7ad6ae4396322a (patch)
treeeba8b0dcaba42d799ed8313faee15fb74a5a0cd2 /pdf/xpdf/PBMOutputDev.h
parent7aac8dc8533347e21311b15186e0af82f1b22fd6 (diff)
Synched with Xpdf 1.01
Diffstat (limited to 'pdf/xpdf/PBMOutputDev.h')
-rw-r--r--pdf/xpdf/PBMOutputDev.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/pdf/xpdf/PBMOutputDev.h b/pdf/xpdf/PBMOutputDev.h
index 5afe0d6..5b28fc5 100644
--- a/pdf/xpdf/PBMOutputDev.h
+++ b/pdf/xpdf/PBMOutputDev.h
@@ -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;