home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / misc / imagefx_sdk / include / scan / rend.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-19  |  386 b   |  23 lines

  1. /*
  2.  * ImageFX Development Header File
  3.  * Copyright © 1991-1995 Nova Design, Inc.
  4.  * Written by Thomas Krehbiel
  5.  *
  6.  * Render Module Definitions.
  7.  *
  8.  */
  9.  
  10. #ifndef SCAN_REND_H
  11.  
  12.  
  13. /*
  14.  * Flags for the OpenRenderScreen() function.
  15.  */
  16.  
  17. #define ORSF_HIDE          0x0001      /* Hide the screen */
  18. #define ORSF_NOSCROLL      0x0002      /* Do not autoscroll ever */
  19.  
  20.  
  21. #define SCAN_REND_H
  22. #endif
  23.