Add AC_SRC constants
authorGé van Geldorp <ge@gse.nl>
Wed, 7 Sep 2005 16:23:24 +0000 (16:23 +0000)
committerGé van Geldorp <ge@gse.nl>
Wed, 7 Sep 2005 16:23:24 +0000 (16:23 +0000)
svn path=/trunk/; revision=17720

reactos/w32api/include/wingdi.h

index 4821360..e8f1f26 100644 (file)
@@ -15,6 +15,9 @@ extern "C" {
 #define SYSPAL_NOSTATIC256  3
 
 #define WINGDIAPI
+
+#define AC_SRC_OVER 0
+#define AC_SRC_ALPHA 1
 #define BI_RGB 0
 #define BI_RLE8 1
 #define BI_RLE4 2