diff options
Diffstat (limited to 'common/rfb/Decoder.cxx')
-rw-r--r-- | common/rfb/Decoder.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/rfb/Decoder.cxx b/common/rfb/Decoder.cxx index 370e1f9a..9827a732 100644 --- a/common/rfb/Decoder.cxx +++ b/common/rfb/Decoder.cxx @@ -38,7 +38,7 @@ Decoder::~Decoder() } void Decoder::getAffectedRegion(const Rect& rect, const void* buffer, - size_t buflen, const ConnParams& cp, + size_t buflen, const ServerParams& server, Region* region) { region->reset(rect); @@ -47,7 +47,7 @@ void Decoder::getAffectedRegion(const Rect& rect, const void* buffer, bool Decoder::doRectsConflict(const Rect& rectA, const void* bufferA, size_t buflenA, const Rect& rectB, const void* bufferB, size_t buflenB, - const ConnParams& cp) + const ServerParams& server) { return false; } |