home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
cbm
/
nduk
/
nduk-v39
/
include
/
graphics
/
coerce.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-09-24
|
559b
|
26 lines
#ifndef GRAPHICS_COERCE_H
#define GRAPHICS_COERCE_H
/*
** $VER: coerce.h 39.2 (08.09.92)
** Includes Release 39.108
**
** mode coercion definitions
**
** (C) Copyright 1992 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
#endif