aboutsummaryrefslogtreecommitdiff
path: root/xpdf-qt/XpdfWidgetPrint.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpdf-qt/XpdfWidgetPrint.h')
-rw-r--r--xpdf-qt/XpdfWidgetPrint.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/xpdf-qt/XpdfWidgetPrint.h b/xpdf-qt/XpdfWidgetPrint.h
new file mode 100644
index 0000000..b48cd8f
--- /dev/null
+++ b/xpdf-qt/XpdfWidgetPrint.h
@@ -0,0 +1,24 @@
+//========================================================================
+//
+// XpdfWidgetPrint.h
+//
+// Copyright 2012 Glyph & Cog, LLC
+//
+//========================================================================
+
+#ifndef XPDFWIDGETPRINT_H
+#define XPDFWIDGETPRINT_H
+
+#if XPDFWIDGET_PRINTING
+
+#include <aconf.h>
+
+class XpdfWidget;
+
+extern XpdfWidget::ErrorCode printPDF(PDFDoc *doc, QPrinter *prt,
+ int hDPI, int vDPI,
+ XpdfWidget *widget);
+
+#endif // XPDFWIDGET_PRINTING
+
+#endif // XPDFWIDGETPRINT_H