gdi32: Remove an outdated comment in struct DefaultFontInfo.
This commit is contained in:
parent
2bb416baa8
commit
f503afd86f
|
@ -123,7 +123,7 @@ struct DefaultFontInfo
|
||||||
LOGFONTW SystemFont;
|
LOGFONTW SystemFont;
|
||||||
LOGFONTW DeviceDefaultFont;
|
LOGFONTW DeviceDefaultFont;
|
||||||
LOGFONTW SystemFixedFont;
|
LOGFONTW SystemFixedFont;
|
||||||
LOGFONTW DefaultGuiFont; /* Note for this font the lfHeight member should be the point size */
|
LOGFONTW DefaultGuiFont;
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct DefaultFontInfo default_fonts[] =
|
static const struct DefaultFontInfo default_fonts[] =
|
||||||
|
|
Loading…
Reference in New Issue