diff options
Diffstat (limited to 'common/rfb/CConnection.cxx')
-rw-r--r-- | common/rfb/CConnection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/CConnection.cxx b/common/rfb/CConnection.cxx index 56429c98..521649ac 100644 --- a/common/rfb/CConnection.cxx +++ b/common/rfb/CConnection.cxx @@ -740,7 +740,7 @@ void CConnection::setQualityLevel(int level) void CConnection::setPF(const PixelFormat& pf) { - if (server.pf().equal(pf) && !formatChange) + if (server.pf() == pf && !formatChange) return; nextPF = pf; |