summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-07-29 00:40:34 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-07-29 00:40:34 +0000
commitc0753d383d2b610863873fda5a1d2c65674e37b0 (patch)
treef01fd08bb59b27fc2c9c1188705ab7496bb3182f
parent021dac1e5b9394a228dfe69f10307a2596c48135 (diff)
downloadxorg-lib-libXaw-c0753d383d2b610863873fda5a1d2c65674e37b0.tar.gz
Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=938 - UpdateXORG-6_7_99_2XORG-6_7_99_1COMPOSITEWRAP
XawPrintShell per feedback and review comments.
-rw-r--r--include/X11/Xaw/Print.h48
1 files changed, 26 insertions, 22 deletions
diff --git a/include/X11/Xaw/Print.h b/include/X11/Xaw/Print.h
index bd8eb52..7946e8a 100644
--- a/include/X11/Xaw/Print.h
+++ b/include/X11/Xaw/Print.h
@@ -36,6 +36,10 @@
#include <X11/extensions/Print.h>
+/* Resources:
+ NOT WRITTEN YET
+*/
+
/* XawPrintConfigureLayoutMode - define how the shell resizes/moves itself
* to match the paper size
* Values:
@@ -56,28 +60,28 @@ enum
} XawPrintConfigureLayoutMode;
-#define XawNstartJobCallback "XawNstartJobCallback"
-#define XawNendJobCallback "XawNendJobCallback"
-#define XawNdocSetupCallback "XawNdocSetupCallback"
-#define XawNpageSetupCallback "XawNpageSetupCallback"
-#define XawNlayoutMode "XawNlayoutMode"
-#define XawCLayoutMode "XawCLayoutMode"
-#define XawNminX "XawNminX"
-#define XawCMinX "XawCMinX"
-#define XawNminY "XawNminY"
-#define XawCMinY "XawCMinY"
-#define XawNmaxX "XawNmaxX"
-#define XawCMaxX "XawCMaxX"
-#define XawNmaxY "XawNmaxY"
-#define XawCMaxY "XawCMaxY"
-#define XawNcurrDocNumInJob "XawNcurrDocNumInJob"
-#define XawCCurrDocNumInJob "XawCCurrDocNumInJob"
-#define XawNcurrPageNumInDoc "XawNcurrPageNumInDoc"
-#define XawCCurrPageNumInDoc "XawCCurrPageNumInDoc"
-#define XawNcurrPageNumInJob "XawNcurrPageNumInJob"
-#define XawCCurrPageNumInJob "XawCCurrPageNumInJob"
-#define XawNdefaultPixmapResolution "XawNdefaultPixmapResolution"
-#define XawCDefaultPixmapResolution "XawCDefaultPixmapResolution"
+#define XawNstartJobCallback "startJobCallback"
+#define XawNendJobCallback "endJobCallback"
+#define XawNdocSetupCallback "docSetupCallback"
+#define XawNpageSetupCallback "pageSetupCallback"
+#define XawNlayoutMode "layoutMode"
+#define XawCLayoutMode "LayoutMode"
+#define XawNminX "minX"
+#define XawCMinX "MinX"
+#define XawNminY "minY"
+#define XawCMinY "MinY"
+#define XawNmaxX "maxX"
+#define XawCMaxX "MaxX"
+#define XawNmaxY "maxY"
+#define XawCMaxY "MaxY"
+#define XawNcurrDocNumInJob "currDocNumInJob"
+#define XawCCurrDocNumInJob "CurrDocNumInJob"
+#define XawNcurrPageNumInDoc "currPageNumInDoc"
+#define XawCCurrPageNumInDoc "CurrPageNumInDoc"
+#define XawNcurrPageNumInJob "currPageNumInJob"
+#define XawCCurrPageNumInJob "CurrPageNumInJob"
+#define XawNdefaultPixmapResolution "defaultPixmapResolution"
+#define XawCDefaultPixmapResolution "DefaultPixmapResolution"
#define XawCR_START_JOB 70
#define XawCR_END_JOB 71