Added the possibility to interrupt delay between the buffer updates.
It is useful when stop, close or quit is performing.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@234 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/RfbProto.h b/rfbplayer/RfbProto.h
index ca88738..613d742 100644
--- a/rfbplayer/RfbProto.h
+++ b/rfbplayer/RfbProto.h
@@ -35,6 +35,7 @@
void newSession(char *filename);
void initialiseProtocol();
+ void interruptFrameDelay() { is->interruptFrameDelay(); };
const rdr::InStream* getInStream() { return is; }
virtual void processMsg();