X11rdp: log client cursor caps

This commit is contained in:
Jay Sorg 2013-06-08 01:04:52 -07:00
parent c0863061d0
commit 9ceb533a45

View File

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