Akihiro Sagawa : gdi32: Remove an outdated comment in struct DefaultFontInfo.

Alexandre Julliard julliard at winehq.org
Mon Jun 18 15:00:24 CDT 2012


Module: wine
Branch: master
Commit: f503afd86ff9df9467eb1351cffd904ab3674285
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f503afd86ff9df9467eb1351cffd904ab3674285

Author: Akihiro Sagawa <sagawa.aki at 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[] =




More information about the wine-cvs mailing list