| NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs asl.i / .h font.i / .h icontrol.i / .h input.i / .h locale.i / .h overscan.i / .h palette.i / .h pointer.i / .h prefhdr.i / .h printergfx.i / .h printerps.i / .h printertxt.i / .h reaction.h screenmode.i / .h serial.i / .h sound.i / .h wbpattern.i / .h workbench.i / .h proto reaction resources rexx utility workbench GuruMeditation | IFND PREFS_SCREENMODE_I
PREFS_SCREENMODE_I SET 1
**
** $VER: screenmode.i 38.4 (25.6.1992)
** Includes Release 45.1
**
** File format for screen mode preferences
**
** (C) Copyright 1991-2001 Amiga, Inc.
** All Rights Reserved
**
;---------------------------------------------------------------------------
IFND EXEC_TYPES_I
INCLUDE "exec/types.i"
ENDC
;---------------------------------------------------------------------------
ID_SCRM equ "SCRM"
STRUCTURE ScreenModePrefs,0
STRUCT smp_Reserved,4*4
ULONG smp_DisplayID
UWORD smp_Width
UWORD smp_Height
UWORD smp_Depth
UWORD smp_Control
LABEL ScreenModePrefs_SIZEOF
; flags for ScreenModePrefs.smp_Control
BITDEF SM,AUTOSCROLL,0
;---------------------------------------------------------------------------
ENDC ; PREFS_SCREENMODE_I
Comments |
| $VER: d0.se 1.14 Copyright © 2011-2025 Tobias Geijersson support at d0 dot se |