X11rdp: disable glyph cache for now

This commit is contained in:
Jay Sorg 2013-09-26 14:41:39 -07:00
parent a340d550db
commit 0e9e6a2356

View File

@ -1069,7 +1069,8 @@ rdpup_process_msg(struct stream *s)
} }
if (g_rdpScreen.client_info.orders[0x1b]) /* 27 NEG_GLYPH_INDEX_INDEX */ if (g_rdpScreen.client_info.orders[0x1b]) /* 27 NEG_GLYPH_INDEX_INDEX */
{ {
g_do_glyph_cache = 1; LLOGLN(0, (" client supports glyph cache but server disabled"));
//g_do_glyph_cache = 1;
} }
if (g_rdpScreen.client_info.order_flags_ex & 0x100) if (g_rdpScreen.client_info.order_flags_ex & 0x100)
{ {