Huw Davies : gdi32: Clear the accel flags.

Alexandre Julliard julliard at winehq.org
Fri Dec 17 11:30:45 CST 2010


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Tue Dec  7 11:37:14 2010 +0000

gdi32: Clear the accel flags.

---

 dlls/gdi32/freetype.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c
index e2db1aa..81c8e46 100644
--- a/dlls/gdi32/freetype.c
+++ b/dlls/gdi32/freetype.c
@@ -6230,6 +6230,7 @@ DWORD WineEngGetFontUnicodeRanges(GdiFont *font, LPGLYPHSET glyphset)
     {
         glyphset->cbThis = size;
         glyphset->cRanges = num_ranges;
+        glyphset->flAccel = 0;
     }
     return size;
 }




More information about the wine-cvs mailing list