summaryrefslogtreecommitdiffstats
path: root/rfb/rfbproto.h
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2010-11-11 18:52:36 +0100
committerChristian Beier <dontmind@freeshell.org>2010-11-11 18:52:36 +0100
commit453645a6ea71e79951d95f9658f7a751e4a62338 (patch)
tree7c07d8cebd101ac23c3a2e608f1e5e634575458b /rfb/rfbproto.h
parente5523350a8fb5d6ccae4b4d9bc92897f3e5db18c (diff)
downloadlibtdevnc-453645a6ea71e79951d95f9658f7a751e4a62338.tar.gz
libtdevnc-453645a6ea71e79951d95f9658f7a751e4a62338.zip
libvncserver cleanup: remove rfbKeyFrame remnants.
Diffstat (limited to 'rfb/rfbproto.h')
-rw-r--r--rfb/rfbproto.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h
index cb62fc5..6fe14bc 100644
--- a/rfb/rfbproto.h
+++ b/rfb/rfbproto.h
@@ -379,7 +379,6 @@ typedef struct {
#define rfbServerCutText 3
/* Modif sf@2002 */
#define rfbResizeFrameBuffer 4
-#define rfbKeyFrameUpdate 5
#define rfbPalmVNCReSizeFrameBuffer 0xF
/* client -> server */
@@ -402,7 +401,6 @@ typedef struct {
/* Modif sf@2002 - TextChat - Bidirectionnal */
#define rfbTextChat 11
/* Modif cs@2005 */
-#define rfbKeyFrameRequest 12
/* PalmVNC 1.4 & 2.0 SetScale Factor message */
#define rfbPalmVNCSetScaleFactor 0xF
/* Xvp message - bidirectional */
@@ -516,18 +514,6 @@ typedef struct {
#define sz_rfbFramebufferUpdateMsg 4
-/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- * KeyFrameUpdate - Acknowledgment of a key frame request, it tells the client
- * that the next update received will be a key frame.
- */
-
-typedef struct {
- uint8_t type;
-} rfbKeyFrameUpdateMsg;
-
-#define sz_rfbKeyFrameUpdateMsg 1
-
-
/*
* Each rectangle of pixel data consists of a header describing the position
* and size of the rectangle and a type word describing the encoding of the