home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
VOGLE.ZIP
/
SRC
/
SUNPAS
/
PCLIP.C
< prev
next >
Wrap
C/C++ Source or Header
|
1994-04-27
|
130b
|
14 lines
#include "vogle.h"
/*
* Clipping
*
* turn clipping on/off
*/
void
Clipping(onoff)
int onoff;
{
vdevice.clipoff = !onoff;
}