home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / execlib / exec_p_quit_proc.c < prev    next >
Encoding:
Text File  |  1989-11-18  |  125 b   |  12 lines

  1. /*
  2. ### procedure for quitting an execution window ###
  3. */
  4.  
  5. void exec_panel_quit_proc()
  6. {
  7.  
  8.     (void) destroy_exec_windows();
  9.  
  10. }
  11.  
  12.