summaryrefslogtreecommitdiff
path: root/print/psutils-letter/files/patch-b4
diff options
context:
space:
mode:
Diffstat (limited to 'print/psutils-letter/files/patch-b4')
-rw-r--r--print/psutils-letter/files/patch-b415
1 files changed, 15 insertions, 0 deletions
diff --git a/print/psutils-letter/files/patch-b4 b/print/psutils-letter/files/patch-b4
new file mode 100644
index 000000000000..58918fc7a976
--- /dev/null
+++ b/print/psutils-letter/files/patch-b4
@@ -0,0 +1,15 @@
+--- psutil.c.bak Thu Oct 5 10:17:44 2000
++++ psutil.c Thu Oct 5 10:17:44 2000
+@@ -48,10 +48,12 @@
+ { "a4", 595, 842 }, /* 21cm * 29.7cm */
+ { "a5", 421, 595 }, /* 14.85cm * 21cm */
+ { "b5", 516, 729 }, /* 18.2cm * 25.72cm */
++ { "b4", 729, 1032 }, /* 25.72cm * 36.4cm */
+ { "A3", 842, 1191 }, /* 29.7cm * 42cm */
+ { "A4", 595, 842 }, /* 21cm * 29.7cm */
+ { "A5", 421, 595 }, /* 14.85cm * 21cm */
+ { "B5", 516, 729 }, /* 18.2cm * 25.72cm */
++ { "B4", 729, 1032 }, /* 25.72cm * 36.4cm */
+ { "letter", 612, 792 }, /* 8.5in * 11in */
+ { "legal", 612, 1008 }, /* 8.5in * 14in */
+ { "ledger", 1224, 792 }, /* 17in * 11in */