Deactivated glyph cache.

This commit is contained in:
Armin Novak 2016-10-10 09:07:28 +02:00
parent afc4408a6c
commit 8f75516650

View File

@ -434,7 +434,7 @@ rdpSettings* freerdp_settings_new(DWORD flags)
settings->NoBitmapCompressionHeader = TRUE;
settings->RefreshRect = TRUE;
settings->SuppressOutput = TRUE;
settings->GlyphSupportLevel = GLYPH_SUPPORT_FULL;
settings->GlyphSupportLevel = GLYPH_SUPPORT_NONE;
settings->GlyphCache = malloc(sizeof(GLYPH_CACHE_DEFINITION) * 10);
if (!settings->GlyphCache)