Ticket #18208: patch-hpgl.c.diff
File patch-hpgl.c.diff, 397 bytes (added by godboutn@…, 16 years ago) |
---|
-
src/frontend/hpgl.c
old new 75 75 }; 76 76 77 77 static FILE *plotfile; 78 char psfont[128], psfontsize[32], psscale[32];78 static char psfont[128], psfontsize[32], psscale[32]; 79 79 static int fontwidth = FONTWIDTH; 80 80 static int fontheight = FONTHEIGHT; 81 81 static int jgmult = 10;