X11rdp: disable glyph cache for now

ulab-next
Jay Sorg 11 years ago
parent a340d550db
commit 0e9e6a2356

@ -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)
{ {

Loading…
Cancel
Save