aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/TightDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/TightDecoder.h')
-rw-r--r--common/rfb/TightDecoder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/rfb/TightDecoder.h b/common/rfb/TightDecoder.h
index 03b61daf..764f138e 100644
--- a/common/rfb/TightDecoder.h
+++ b/common/rfb/TightDecoder.h
@@ -34,13 +34,13 @@ namespace rfb {
virtual bool readRect(const Rect& r, rdr::InStream* is,
const ServerParams& server, rdr::OutStream* os);
virtual bool doRectsConflict(const Rect& rectA,
- const void* bufferA,
+ const uint8_t* bufferA,
size_t buflenA,
const Rect& rectB,
- const void* bufferB,
+ const uint8_t* bufferB,
size_t buflenB,
const ServerParams& server);
- virtual void decodeRect(const Rect& r, const void* buffer,
+ virtual void decodeRect(const Rect& r, const uint8_t* buffer,
size_t buflen, const ServerParams& server,
ModifiablePixelBuffer* pb);