home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
cbm
/
os-include.lha
/
os-include
/
graphics
/
coerce.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-15
|
687b
|
32 lines
#ifndef GRAPHICS_COERCE_H
#define GRAPHICS_COERCE_H
/*
** $VER: coerce.h 39.3 (15.2.93)
** Includes Release 40.15
**
** mode coercion definitions
**
** (C) Copyright 1992-1993 Commodore-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