Pārlūkot izejas kodu

Increase range of ComparingUpdateTracker statistics

32 bits are not enough to keep track of all the pixels that might
flow through the system. Expand things to 64 bits, which should cover
all reasonable uses.
tags/v1.9.90
Pierre Ossman pirms 5 gadiem
vecāks
revīzija
139b967410
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      common/rfb/ComparingUpdateTracker.h

+ 1
- 1
common/rfb/ComparingUpdateTracker.h Parādīt failu

@@ -50,7 +50,7 @@ namespace rfb {
bool firstCompare;
bool enabled;

rdr::U32 totalPixels, missedPixels;
unsigned long long totalPixels, missedPixels;
};

}

Notiek ielāde…
Atcelt
Saglabāt