1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

ddraw: Correct wrong comment in ddraw.h.

This commit is contained in:
Józef Kucia 2012-05-02 15:06:34 +02:00 committed by Alexandre Julliard
parent 80ef24b057
commit e0fab0d39c

View File

@ -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