]> source.dussan.org Git - tigervnc.git/commit
Use operator overloading for comparison
authorPierre Ossman <ossman@cendio.se>
Fri, 6 Jan 2023 14:31:24 +0000 (15:31 +0100)
committerPierre Ossman <ossman@cendio.se>
Sat, 4 Feb 2023 13:03:13 +0000 (14:03 +0100)
commitf55abd7b0074bc6db9774ed563e02b11e634aa7d
tree4e84caf8a93212f64e4fc875a99585d7a1fd6c87
parent9854463f16a3b98c55494e40f909d3b1f5f39192
Use operator overloading for comparison

It is much more natural than custom methods for this very common
operation.
21 files changed:
common/rfb/CConnection.cxx
common/rfb/ComparingUpdateTracker.cxx
common/rfb/EncodeManager.cxx
common/rfb/H264DecoderContext.h
common/rfb/JpegCompressor.cxx
common/rfb/JpegDecompressor.cxx
common/rfb/PixelBuffer.cxx
common/rfb/PixelFormat.cxx
common/rfb/PixelFormat.h
common/rfb/Rect.h
common/rfb/Region.cxx
common/rfb/Region.h
common/rfb/ScreenSet.h
common/rfb/TightDecoder.cxx
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCServerST.cxx
vncviewer/EmulateMB.cxx
win/rfb_win32/SDisplay.cxx
win/rfb_win32/SInput.cxx
win/rfb_win32/WMCursor.h
win/rfb_win32/WMWindowCopyRect.cxx