X11rdp: log client cursor caps
This commit is contained in:
parent
c0863061d0
commit
9ceb533a45
@ -772,6 +772,14 @@ rdpup_process_msg(struct stream *s)
|
||||
LLOGLN(0, (" client can not do offscreen to offscreen blits"));
|
||||
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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user