home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
VOGLE.ZIP
/
VOGLE
/
SRC
/
SUNFORT
/
FCLIP.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
|
1994-04-27
|
133 b
|
14 lines
#include "vogle.h"
/*
* clipping
*
* turn clipping on/off
*/
void
clipping_(onoff)
int *onoff;
{
vdevice.clipoff = !*onoff;
}