Count data rects separately for UDP flip

This commit is contained in:
Lauri Kasanen
2022-11-08 15:57:45 +02:00
parent 29c48a8679
commit 5823b550a4
2 changed files with 5 additions and 3 deletions

View File

@@ -165,6 +165,7 @@ namespace rfb {
rdr::OutStream* udps;
int nRectsInUpdate;
int dataRectsInUpdate;
int nRectsInHeader;
bool needSetDesktopSize;