home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Painting / HF-XIP40.LZX / XiPaint4.0 / Developer / OutputLib / libraries / retinaemu.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-12  |  1.4 KB  |  38 lines

  1.  
  2. /*
  3. **  This C include file was generated automatically
  4. **  from an assembly include file
  5. **  using I2H written by Henning Friedl.
  6. */
  7.  
  8.  
  9.  
  10. /* --------------------------------------------------------------------------- */
  11. #define RETINAEMU_LIB_VERSION    (1)    /* the current version of retina.library */
  12. /* --------------------------------------------------------------------------- */
  13. /*  tags for RE_OpenDeepScreen(): */
  14.  
  15. #define RESA_Depth    (TAG_USER+1)    /* Retina screen depth: must be 16 or 24 */
  16. #define RESA_RetinaScreenPtr    (TAG_USER+2)    /* ti_Data points to a ULONG in which */
  17. /*   RE_OpenDeepScreen() will stick the */
  18. /*   pointer to the Retina screen. */
  19. #define RESA_Obsolete    (TAG_USER+3)    /* do not use */
  20. #define RESA_SmartMenu    (TAG_USER+4)    /* BOOL, enable/disable smart menu refresh */
  21. /*   DEFAULT: TRUE */
  22. /* --------------------------------------------------------------------------- */
  23. /*  the public-part of retinaemu.library */
  24.  
  25. struct RetinaEmuBase {
  26.     struct    Library Library;
  27.  
  28.     ULONG    Reserved;
  29.  
  30. };
  31.  
  32. /*  subsequent fields in the library base are RETINA PRIVATE */
  33. /* --------------------------------------------------------------------------- */
  34. /*  You may use this macro to call the functions in retinaemu.library. To avoid */
  35. /*  conflicts with existing functions, they have a slightly unusual name. */
  36.  
  37. /* --------------------------------------------------------------------------- */
  38.