Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/korean/hpscat/files/patch-paper.h
16461 views
1
--- paper.h.orig 1995-11-23 07:56:27 UTC
2
+++ paper.h
3
@@ -5,7 +5,7 @@ typedef struct { char name[12];
4
add other paper types like b4 and b5 before the last entry 'user' here
5
and their dimensions to the array 'papersize' in paper.c */
6
typedef enum {a3,a4,a5,b4,b5,letter,t10x14,legal,executive,
7
- folio,quarto,statement,ledger,tabloid,user} PAPER;
8
+ folio,quarto,statement,ledger,tabloid,c5,user} PAPER;
9
10
/* mnemonics for length unit
11
add other unit such as pica and conversion factor to standard
12
@@ -54,8 +54,8 @@ extern void setmargin();
13
#define ABS_MIN_LM 18 /* depends on printer */
14
15
16
-extern s_width;
17
-extern s_width_nl;
18
+extern int s_width;
19
+extern int s_width_nl;
20
extern int l_width,l_height,l_lm1,l_lm2,l_bm,l_tm;
21
extern int l3_width,l3_height,l3_lm1,l3_lm2,l3_lm3,l3_bm,l3_tm;
22
extern int p_width,p_height,p_lm,p_bm,p_tm;
23
24