home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / programmers / misc / imagefx_sdk / sas / scanlib / crend.c < prev    next >
Encoding:
C/C++ Source or Header  |  1978-06-29  |  101 b   |  8 lines

  1. #include <scan/modall.h>
  2.  
  3. int ChangeRender (GedButtonProto)
  4. {
  5.    RequestNewRender();
  6.    return(0);
  7. }
  8.