home *** CD-ROM | disk | FTP | other *** search
- {$if not def PREFS_SCREENMODE_H} CONST PREFS_SCREENMODE_H=TRUE;
-
- { ********************************************************************
- ** KickPascal-Include-Datei "prefs/screenmode.h" zu Kickstart 3.0 **
- ******************************************************************** }
-
- {$if not def LIBRARIES_IFFPARSE_H;incl "libraries/iffparse.h";endif}
-
- CONST
- ID_SCRM = $5343524d; { "SCRM" }
-
- TYPE
- p_ScreenModePrefs=^ScreenModePrefs;
- ScreenModePrefs = RECORD
- smp_Reserved : array[0..3] of Long;
- smp_DisplayID : Long;
- smp_Width : Word;
- smp_Height : Word;
- smp_Depth : Word;
- smp_Control : Word;
- end;
-
- CONST
- SMB_AUTOSCROLL = 1;
-
- SMF_AUTOSCROLL = 1;
-
- {$endif}
-