NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs asl.h / .i font.h / .i icontrol.h / .i input.h / .i locale.h / .i overscan.h / .i palette.h / .i pointer.h / .i prefhdr.h / .i printergfx.h / .i printerps.h / .i printertxt.h / .i reaction.h screenmode.h / .i serial.h / .i sound.h / .i wbpattern.h / .i workbench.h / .i proto reaction resources rexx utility workbench GuruMeditation | #ifndef PREFS_SCREENMODE_H #define PREFS_SCREENMODE_H /* ** $VER: screenmode.h 38.4 (25.6.1992) ** Includes Release 45.1 ** ** File format for screen mode preferences ** ** (C) Copyright 1991-2001 Amiga, Inc. ** All Rights Reserved */ /*****************************************************************************/ #ifndef EXEC_TYPES_H #include <exec/types.h> #endif #ifndef LIBRARIES_IFFPARSE_H #include <libraries/iffparse.h> #endif /*****************************************************************************/ #define ID_SCRM MAKE_ID('S','C','R','M') struct ScreenModePrefs { ULONG smp_Reserved[4]; ULONG smp_DisplayID; UWORD smp_Width; UWORD smp_Height; UWORD smp_Depth; UWORD smp_Control; }; /* flags for ScreenModePrefs.smp_Control */ #define SMB_AUTOSCROLL 1 #define SMF_AUTOSCROLL (1<<0) /*****************************************************************************/ #endif /* PREFS_SCREENMODE_H */ Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |