Ticket #18208: patch-postsc.c.diff
File patch-postsc.c.diff, 416 bytes (added by godboutn@…, 16 years ago) |
---|
-
src/frontend/postsc.c
old new 59 59 }; 60 60 61 61 static FILE *plotfile; 62 char psfont[128], psfontsize[32], psscale[32], pscolor[32];62 static char psfont[128], psfontsize[32], psscale[32], pscolor[32]; 63 63 static int fontsize = FONTSIZE; 64 64 static int fontwidth = FONTWIDTH; 65 65 static int fontheight = FONTHEIGHT;