1 #ifndef GRAPHICS_COERCE_H
    2 #define GRAPHICS_COERCE_H
    3 
    4 /*
    5 	graphics mode coercion definitions
    6 
    7 	Copyright © 2002 The MorphOS Development Team, All Rights Reserved.
    8 */
    9 
   10 
   11 #define PRESERVE_COLORS  1
   12 #define AVOID_FLICKER    2
   13 #define IGNORE_MCOMPAT   4
   14 
   15 #define BIDTAG_COERCE  1
   16 
   17 
   18 #endif /* GRAPHICS_COERCE_H */