Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/korean/hpscat/files/patch-showbuf.c
16461 views
1
--- showbuf.c.orig 1995-11-23 12:01:36 UTC
2
+++ showbuf.c
3
@@ -210,7 +210,7 @@ teduri(fname)
4
fprintf(ofp,"90 rotate 0 %d translate ", - papersize[paper].width);
5
fprintf(ofp," %f 1 scale\n",HOR_SCALE_FAC);
6
7
- if(nobox == False)
8
+ if(nobox == False) {
9
if(layout==Sero) {
10
box(p_lm, p_bm, p_width, p_height);
11
fillbox(p_lm, p_bm, s_width, p_height);
12
@@ -236,6 +236,7 @@ teduri(fname)
13
fillbox(l3_lm2, l3_bm, s_width, l3_height);
14
fillbox(l3_lm3, l3_bm, s_width, l3_height);
15
}
16
+ }
17
if(noheader == False) {
18
x = (layout==Sero||layout==Sero2) ? p_lm : l_lm1;
19
y = (layout==Sero||layout==Sero2) ? p_tm : l_tm;
20
21