home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / E / TFF-A32R.LZX / AmigaE3.2a / ModulesSrc / prefs / screenmode.e < prev    next >
Encoding:
Text File  |  1996-08-29  |  330 b   |  18 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. CONST ID_SCRM=$5343524D
  5.  
  6. OBJECT screenmodeprefs
  7.   reserved[4]:ARRAY OF LONG
  8.   displayid:LONG
  9.   width:INT  -> This is unsigned
  10.   height:INT  -> This is unsigned
  11.   depth:INT  -> This is unsigned
  12.   control:INT  -> This is unsigned
  13. ENDOBJECT     /* SIZEOF=28 */
  14.  
  15. CONST SMB_AUTOSCROLL=0,
  16.       SMF_AUTOSCROLL=1
  17.  
  18.