Module: wine Branch: master Commit: e0fab0d39ccd19ca5bc3499305b0927e6f350431 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e0fab0d39ccd19ca5bc3499305...
Author: Józef Kucia joseph.kucia@gmail.com Date: Wed May 2 15:06:34 2012 +0200
ddraw: Correct wrong comment in ddraw.h.
---
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