Module: wine Branch: master Commit: f503afd86ff9df9467eb1351cffd904ab3674285 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f503afd86ff9df9467eb1351cf...
Author: Akihiro Sagawa sagawa.aki@gmail.com Date: Sat Jun 16 23:15:55 2012 +0900
gdi32: Remove an outdated comment in struct DefaultFontInfo.
---
dlls/gdi32/gdiobj.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gdi32/gdiobj.c b/dlls/gdi32/gdiobj.c index 6514cab..14ac692 100644 --- a/dlls/gdi32/gdiobj.c +++ b/dlls/gdi32/gdiobj.c @@ -123,7 +123,7 @@ struct DefaultFontInfo LOGFONTW SystemFont; LOGFONTW DeviceDefaultFont; LOGFONTW SystemFixedFont; - LOGFONTW DefaultGuiFont; /* Note for this font the lfHeight member should be the point size */ + LOGFONTW DefaultGuiFont; };
static const struct DefaultFontInfo default_fonts[] =