NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics clip.h / .i coerce.h / .i collide.h copper.h / .i display.h / .i displayinfo.h / .i gels.h / .i gfx.h / .i gfxbase.h / .i gfxmacros.h gfxnodes.h / .i graphint.h layers.h / .i modeid.h / .i monitor.h / .i rastport.h / .i regions.h / .i rpattr.h / .i scale.h / .i sprite.h / .i text.h / .i videocontrol.h / .i view.h / .i hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | #ifndef GRAPHICS_COERCE_H #define GRAPHICS_COERCE_H /* ** $VER: coerce.h 39.3 (15.2.1993) ** Includes Release 45.1 ** ** mode coercion definitions ** ** (C) Copyright 1992-2001 Amiga, Inc. ** All Rights Reserved */ /* These flags are passed (in combination) to CoerceMode() to determine the * type of coercion required. */ /* Ensure that the mode coerced to can display just as many colours as the * ViewPort being coerced. */ #define PRESERVE_COLORS 1 /* Ensure that the mode coerced to is not interlaced. */ #define AVOID_FLICKER 2 /* Coercion should ignore monitor compatibility issues. */ #define IGNORE_MCOMPAT 4 #define BIDTAG_COERCE 1 /* Private */ #endif Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |