home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
msdos
/
pstscrpt
/
hpgl2ps.arc
/
END_DRAW.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-08-08
|
224 b
|
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;
}