Fixed small typo.

oldstable
Peter Hunnisett 1998-10-17 12:22:49 +00:00 committed by Alexandre Julliard
parent 9ce99cdb8e
commit 34499cc60f
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ typedef struct _DDCAPS
/* Set/Get Colour Key Flags */
#define DDCKEY_COLORSPACE 0x00000001 /* Struct is ingle colour space */
#define DDCKEY_COLORSPACE 0x00000001 /* Struct is single colour space */
#define DDCKEY_DESTBLT 0x00000002 /* To be used as dest for blt */
#define DDCKEY_DESTOVERLAY 0x00000004 /* To be used as dest for CK overlays */
#define DDCKEY_SRCBLT 0x00000008 /* To be used as src for blt */