diff options
Diffstat (limited to 'common/rfb/DecodeManager.h')
-rw-r--r-- | common/rfb/DecodeManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/DecodeManager.h b/common/rfb/DecodeManager.h index 058d8240..289686b5 100644 --- a/common/rfb/DecodeManager.h +++ b/common/rfb/DecodeManager.h @@ -47,7 +47,7 @@ namespace rfb { DecodeManager(CConnection *conn); ~DecodeManager(); - void decodeRect(const Rect& r, int encoding, + bool decodeRect(const Rect& r, int encoding, ModifiablePixelBuffer* pb); void flush(); |