home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / HF-SCL1.DMS / in.adf / inclib.lha / Inc / prefs / screenmode.inc < prev    next >
Encoding:
Text File  |  1996-09-01  |  280 b   |  17 lines

  1. include "inc/exec/types.inc";
  2. include "inc/libraries/iffparse.inc";
  3.  
  4. struct ScreenModePrefs is
  5.   smp_Reserved[4]:ulong;
  6.   smp_DisplayID:ulong;
  7.   smp_Width:uword;
  8.   smp_Height:uword;
  9.   smp_Depth:uword;
  10.   smp_Control:uword;
  11. ;
  12.  
  13. def SMB_AUTOSCROLL = 1;
  14.  
  15. def SMF_AUTOSCROLL = (1<<0);
  16.  
  17.