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

  1. //    Zinc Interface Library - G_PERROR.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_MAP errorPaletteMapTable[] =
  8. {
  9.     { ID_WINDOW_OBJECT, PM_ANY,
  10.         { HS_NONE, BLACK, WHITE} },
  11.  
  12.     // End of array.
  13.     { ID_END, 0, { 0, 0, 0 } }
  14. };
  15. UI_PALETTE_MAP *_errorPaletteMapTable = errorPaletteMapTable;
  16.