home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
fractal
/
kaos.lha
/
fixptlib
/
fp_show_proc.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-11-18
|
226 b
|
11 lines
/* A procedure for showing and hiding the periodic orbit symbol data */
void fp_show_proc()
{
extern int fp_show_toggle;
all_reset();
fp_show_toggle = 1-fp_show_toggle;
fp_redisplay_data();
}