Author: akhaldi
Date: Fri May 29 17:14:30 2015
New Revision: 67953
URL:
http://svn.reactos.org/svn/reactos?rev=67953&view=rev
Log:
[WIN32K] Apply Wine commit aec376d by Huw Davies: Clear the accel flags.
Modified:
trunk/reactos/win32ss/gdi/ntgdi/freetype.c
Modified: trunk/reactos/win32ss/gdi/ntgdi/freetype.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/gdi/ntgdi/freetype…
==============================================================================
--- trunk/reactos/win32ss/gdi/ntgdi/freetype.c [iso-8859-1] (original)
+++ trunk/reactos/win32ss/gdi/ntgdi/freetype.c [iso-8859-1] Fri May 29 17:14:30 2015
@@ -2560,6 +2560,7 @@
{
glyphset->cbThis = size;
glyphset->cRanges = num_ranges;
+ glyphset->flAccel = 0;
}
return size;
}