ddraw: Correct wrong comment in ddraw.h.

Józef Kucia joseph.kucia at gmail.com
Wed May 2 08:06:34 CDT 2012


---
 include/ddraw.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/ddraw.h b/include/ddraw.h
index 5feddf4..1765b1e 100644
--- a/include/ddraw.h
+++ b/include/ddraw.h
@@ -885,7 +885,7 @@ typedef struct _DDPIXELFORMAT {
 #define DDOVER_OVERRIDEBOBWEAVE                 0x00400000
 #define DDOVER_INTERLEAVED                      0x00800000
 
-/* DDCOLORKEY.dwFlags */
+/* DDPIXELFORMAT.dwFlags */
 #define DDPF_ALPHAPIXELS		0x00000001
 #define DDPF_ALPHA			0x00000002
 #define DDPF_FOURCC			0x00000004
-- 
1.7.8.6




More information about the wine-patches mailing list