home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0040 - 0049 / ibm0040-0049 / ibm0040.tar / ibm0040 / ZINC_6.ZIP / DOSSRC.ZIP / G_PBACK.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-01  |  643 b   |  16 lines

  1. //    Zinc Interface Library - G_PBACK.CPP
  2. //    COPYRIGHT (C) 1990, 1991.  All Rights Reserved.
  3. //    Zinc Software Incorporated.  Pleasant Grove, Utah  USA
  4.  
  5. #include "ui_map.hpp"
  6. #include <graphics.h>
  7.  
  8. static UI_PALETTE backgroundPalette = {
  9.     '\260', attrib(BLUE, BLACK), attrib(MONO_NORMAL, MONO_BLACK),
  10.     INTERLEAVE_FILL, BLUE, BLUE, BW_WHITE, BW_WHITE, GS_GRAY, GS_GRAY };
  11. UI_PALETTE *_backgroundPalette = &backgroundPalette;
  12. static UI_PALETTE xorPalette = {
  13.     '\260', attrib(BLUE, BLACK), attrib(MONO_DIM, MONO_BLACK),
  14.     SOLID_FILL, LIGHTGRAY, LIGHTGRAY, BW_WHITE, BW_WHITE, GS_GRAY, GS_GRAY };
  15. UI_PALETTE *_xorPalette = &xorPalette;
  16.