home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / MYPAL / MYPAL.H_ / MYPAL.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  274 b   |  11 lines

  1. #define PALETTESIZE    256    /* Number of entries in the system palette     */
  2.  
  3. #include "resource.h"
  4.  
  5. typedef struct tagRGPT {       /* Values for setting Min Max info          */
  6.     int iInfo[10];
  7. } RGPT;
  8. typedef RGPT FAR *LPRGPT;
  9.  
  10. extern void ShowColor(HWND, HDC);
  11.