Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/ErrorCodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/ErrorCodes.h')
-rw-r--r--pdf/xpdf/ErrorCodes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pdf/xpdf/ErrorCodes.h b/pdf/xpdf/ErrorCodes.h
index 8de2b01..6eb1435 100644
--- a/pdf/xpdf/ErrorCodes.h
+++ b/pdf/xpdf/ErrorCodes.h
@@ -23,4 +23,12 @@
#define errHighlightFile 5 // nonexistent or invalid highlight file
+#define errBadPrinter 6 // invalid printer
+
+#define errPrinting 7 // error during printing
+
+#define errPermission 8 // PDF file doesn't allow that operation
+
+#define errBadPageNum 9 // invalid page number
+
#endif