home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3406 / cmap.h next >
Text File  |  1991-05-23  |  320b  |  19 lines

  1.  
  2. #define CMAP_TOGGLE 0
  3. #define CMAP_OPEN 1
  4. #define CMAP_CLOSE 2
  5.  
  6. /* commands HandleCEvent may return to main(): */
  7. #define DO_REDRAW 1
  8. #define DO_PREVIOUS 2
  9. #define DO_RESTART 3
  10. #define DO_QUIT 4
  11.  
  12. void ToggleCWin();
  13. int HandleCEvent();
  14. void AllocColors();
  15. void FreeColors();
  16. void SetNColors();
  17. unsigned long ToPixel();
  18.  
  19.