X11rdp: log client cursor caps

ulab-next
Jay Sorg 11 years ago
parent c0863061d0
commit 9ceb533a45

@ -772,6 +772,14 @@ rdpup_process_msg(struct stream *s)
LLOGLN(0, (" client can not do offscreen to offscreen blits")); LLOGLN(0, (" client can not do offscreen to offscreen blits"));
g_can_do_pix_to_pix = 0; g_can_do_pix_to_pix = 0;
} }
if (g_rdpScreen.client_info.pointer_flags & 1)
{
LLOGLN(0, (" client can do new(color) cursor"));
}
else
{
LLOGLN(0, (" client can not do new(color) cursor"));
}
} }
else else
{ {

Loading…
Cancel
Save