home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
postscpt
/
hpgl2ps.arc
/
END_DRAW.C
< prev
next >
Wrap
C/C++ Source or Header
|
1989-08-08
|
224b
|
16 lines
/* end_draw.c */
#include "defn.h"
end_draw()
{
if (DRAW_FLAG)
{
if (lastXmove == absX && lastYmove == absY)
printf("closepath\n");
printf("stroke\n");
DRAW_FLAG = 0;
}
dcount = 0;
}