home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / e / amigae / modulessrc / prefs / screenmode.e < prev    next >
Text File  |  1995-07-05  |  330b  |  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.