home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / fixptlib / fp_show_proc.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-18  |  226 b   |  11 lines

  1. /* A procedure for showing and hiding the periodic orbit symbol data */
  2. void fp_show_proc()
  3. {
  4.         extern int fp_show_toggle;
  5.  
  6.         all_reset();
  7.         fp_show_toggle = 1-fp_show_toggle;
  8.         fp_redisplay_data();
  9. }
  10.  
  11.