mirror of https://github.com/neutrinolabs/xrdp
X11rdp: disable glyph cache for now
This commit is contained in:
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 */
|
||||
{
|
||||
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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue