[WIN32K] Apply Wine commit aec376d by Huw Davies: Clear the accel flags.

svn path=/trunk/; revision=67953
This commit is contained in:
Amine Khaldi
2015-05-29 17:14:30 +00:00
parent 1412b0426b
commit b97ddad165
+1
View File
@@ -2560,6 +2560,7 @@ ftGetFontUnicodeRanges(PFONTGDI Font, PGLYPHSET glyphset)
{
glyphset->cbThis = size;
glyphset->cRanges = num_ranges;
glyphset->flAccel = 0;
}
return size;
}