diff options
author | Christian Beier <dontmind@freeshell.org> | 2010-11-11 18:52:36 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2010-11-11 18:52:36 +0100 |
commit | 453645a6ea71e79951d95f9658f7a751e4a62338 (patch) | |
tree | 7c07d8cebd101ac23c3a2e608f1e5e634575458b /rfb/rfbproto.h | |
parent | e5523350a8fb5d6ccae4b4d9bc92897f3e5db18c (diff) | |
download | libtdevnc-453645a6ea71e79951d95f9658f7a751e4a62338.tar.gz libtdevnc-453645a6ea71e79951d95f9658f7a751e4a62338.zip |
libvncserver cleanup: remove rfbKeyFrame remnants.
Diffstat (limited to 'rfb/rfbproto.h')
-rw-r--r-- | rfb/rfbproto.h | 14 |
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 |