diff options
Diffstat (limited to 'common/rfb/SMsgReader.h')
-rw-r--r-- | common/rfb/SMsgReader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/rfb/SMsgReader.h b/common/rfb/SMsgReader.h index e6e40448..958c03a7 100644 --- a/common/rfb/SMsgReader.h +++ b/common/rfb/SMsgReader.h @@ -47,6 +47,9 @@ namespace rfb { virtual void readPointerEvent(); virtual void readClientCutText(); + // Read TightVNC-specific protocol messages. + virtual void readEnableContinuousUpdates(); + SMsgReader(SMsgHandler* handler, rdr::InStream* is); SMsgHandler* handler; |