Commit f503afd8 authored by Akihiro Sagawa's avatar Akihiro Sagawa Committed by Alexandre Julliard

gdi32: Remove an outdated comment in struct DefaultFontInfo.

parent 2bb416ba
...@@ -123,7 +123,7 @@ struct DefaultFontInfo ...@@ -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[] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment