mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-28 21:52:08 +02:00
Write rect count in udp lastrect's X
This commit is contained in:
parent
7399e5dc62
commit
c88b683354
@ -365,7 +365,7 @@ void SMsgWriter::writeFramebufferUpdateEnd()
|
|||||||
|
|
||||||
// Send an UDP flip marker, if needed
|
// Send an UDP flip marker, if needed
|
||||||
if (cp->supportsUdp) {
|
if (cp->supportsUdp) {
|
||||||
udps->writeS16(0);
|
udps->writeS16(nRectsInUpdate);
|
||||||
udps->writeS16(0);
|
udps->writeS16(0);
|
||||||
udps->writeU16(0);
|
udps->writeU16(0);
|
||||||
udps->writeU16(0);
|
udps->writeU16(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user