home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
INFO
/
PSTSCRPT
/
HPGL2PS.ARC
/
END_DRAW.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh 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;
}