home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / timwin.zip / TIMWIN2.EXE / pak / TIMDEFS.H < prev    next >
Text File  |  1992-07-29  |  416b  |  17 lines

  1. ;timdefs.h
  2.  
  3. #define LUTMASK          0xC   ;   1100
  4. #define BITMASK          0x3   ;   0011
  5. #define COL16           0x10   ; 1 0000
  6. #define NO_DITHER       0x20   ;10 0000
  7. #define DISPL_MASK    0xfff0
  8.  
  9. #define WINLUT1         0x4
  10. ;#define WINLUT2  not in use
  11. #define WINLUT3         0x8
  12. #define WINLUT4         0xC
  13.  
  14. #define BITCOPY1        0x1
  15. #define BITCOPY2        0x2
  16. #define BITCOPY3        0x3
  17.