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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-01
|
280 b
|
17 lines
include "inc/exec/types.inc";
include "inc/libraries/iffparse.inc";
struct ScreenModePrefs is
smp_Reserved[4]:ulong;
smp_DisplayID:ulong;
smp_Width:uword;
smp_Height:uword;
smp_Depth:uword;
smp_Control:uword;
;
def SMB_AUTOSCROLL = 1;
def SMF_AUTOSCROLL = (1<<0);