home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0040 - 0049 / ibm0040-0049 / ibm0040.tar / ibm0040 / ZINC_4.ZIP / WSOURCE.LIF / G_PBACK.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-13  |  408 b   |  12 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.  
  7. static UI_PALETTE backgroundPalette = { HS_NONE, BLACK, BLACK };
  8. UI_PALETTE *_backgroundPalette = &backgroundPalette;
  9. static UI_PALETTE xorPalette = { HS_NONE, LIGHTGRAY, LIGHTGRAY };
  10. UI_PALETTE *_xorPalette = &xorPalette;
  11.  
  12.