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

  1. /*
  2. ### procedure for selecting an optiong for displaying periodic orbits ###
  3. */
  4.  
  5. #include <suntool/sunview.h>
  6. #include <suntool/canvas.h>
  7.  
  8. void fp_display_option_proc(canvas,value,event)
  9. Canvas canvas;
  10. int value;
  11. Event *event;
  12. {
  13.         extern int fp_display_option;
  14.         fp_display_option= value;
  15. }
  16.