include: Fix the spelling of a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7429be11f2
commit
8574c52095
|
@ -134,7 +134,7 @@ enum
|
||||||
typedef struct DC_ATTR
|
typedef struct DC_ATTR
|
||||||
{
|
{
|
||||||
HDC hdc; /* handle to self */
|
HDC hdc; /* handle to self */
|
||||||
LONG disabled; /* disabled flag, controled by DCHF_(DISABLE|ENABLE)DC */
|
LONG disabled; /* disabled flag, controlled by DCHF_(DISABLE|ENABLE)DC */
|
||||||
int save_level;
|
int save_level;
|
||||||
COLORREF background_color;
|
COLORREF background_color;
|
||||||
COLORREF brush_color;
|
COLORREF brush_color;
|
||||||
|
|
Loading…
Reference in New Issue