//--- // gint:display-cg - fxcg50 rendering functions // // This module covers all 16-bit opaque rendering functions. For // gamma-related functions, color composition, check out a color library. // //--- #ifndef GINT_DISPLAY_CG #define GINT_DISPLAY_CG #ifdef FXCG50 /* Screen dimensions on fxcg50 - never mind the borders, gint lets you use the full surface! */ #define DWIDTH 396 #define DHEIGHT 224 #endif /* FXCG50 */ #endif /* GINT_DISPLAY_CG */