update for HEAD-2003050101
[reactos.git] / subsys / win32k / dib / dib.c
diff --git a/subsys/win32k/dib/dib.c b/subsys/win32k/dib/dib.c
new file mode 100644 (file)
index 0000000..fd06bae
--- /dev/null
@@ -0,0 +1,5 @@
+/* Static data */
+
+unsigned char notmask[2] = { 0x0f, 0xf0 };
+unsigned char altnotmask[2] = { 0xf0, 0x0f };
+unsigned char mask1Bpp[8] = { 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 };