home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Converter / IMAFX26.lha / imagefx2 / rexx / autofx / AutoFX.ifx.post < prev    next >
Encoding:
Text File  |  1994-10-19  |  328 b   |  24 lines

  1. /*
  2.  * AutoFX.ifx.post
  3.  * Written by Thomas Krehbiel
  4.  *
  5.  * Called after AutoFX finishes all processing.  Should be used to
  6.  * cleanup after the 'AutoFX.ifx.pre' script.
  7.  *
  8.  * Inputs:
  9.  *    None.
  10.  *
  11.  * Returns:
  12.  *    0 if successful, non-zero on failure
  13.  *
  14.  */
  15.  
  16. OPTIONS RESULTS
  17.  
  18. KillBuffer Force
  19. UnlockGui
  20. Undo On
  21. Redraw On
  22.  
  23. EXIT
  24.