home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / at-inc-bin.lha / os-include / prefs / screenmode.i < prev    next >
Text File  |  1993-10-15  |  833b  |  39 lines

  1.     IFND    PREFS_SCREENMODE_I
  2. PREFS_SCREENMODE_I    SET    1
  3. **
  4. **    $VER: screenmode.i 38.4 (25.6.92)
  5. **    Includes Release 40.15
  6. **
  7. **    File format for screen mode preferences
  8. **
  9. **    (C) Copyright 1991-1993 Commodore-Amiga, Inc.
  10. **    All Rights Reserved
  11. **
  12.  
  13. ;---------------------------------------------------------------------------
  14.  
  15.     IFND EXEC_TYPES_I
  16.     INCLUDE "exec/types.i"
  17.     ENDC
  18.  
  19. ;---------------------------------------------------------------------------
  20.  
  21. ID_SCRM equ "SCRM"
  22.  
  23.  
  24.    STRUCTURE ScreenModePrefs,0
  25.     STRUCT smp_Reserved,4*4
  26.     ULONG  smp_DisplayID
  27.     UWORD  smp_Width
  28.     UWORD  smp_Height
  29.     UWORD  smp_Depth
  30.     UWORD  smp_Control
  31.    LABEL ScreenModePrefs_SIZEOF
  32.  
  33. ; flags for ScreenModePrefs.smp_Control
  34.     BITDEF    SM,AUTOSCROLL,0
  35.  
  36. ;---------------------------------------------------------------------------
  37.  
  38.     ENDC    ; PREFS_SCREENMODE_I
  39.