update for HEAD-2003050101
[reactos.git] / subsys / win32k / dib / dib.c
1 /* Static data */
2
3 unsigned char notmask[2] = { 0x0f, 0xf0 };
4 unsigned char altnotmask[2] = { 0xf0, 0x0f };
5 unsigned char mask1Bpp[8] = { 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 };