diff options
author | dscho <dscho> | 2005-10-03 14:40:18 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-10-03 14:40:18 +0000 |
commit | 8490de3ff0e488233d7047d7e6ba3b5c278c5484 (patch) | |
tree | ec7395a2942fb1aa37a66240f86f473a68f87ef6 /rfb | |
parent | 1a20edd73f930424b658b7bedfbe4dd653cdf06c (diff) | |
download | libvncserver-8490de3ff0e488233d7047d7e6ba3b5c278c5484.zip libvncserver-8490de3ff0e488233d7047d7e6ba3b5c278c5484.tar.gz |
add enablePseudoEncoding() to rfbProtocolExtension
Diffstat (limited to 'rfb')
-rw-r--r-- | rfb/rfb.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -165,6 +165,9 @@ typedef struct _rfbProtocolExtension { /* returns FALSE if extension should be deactivated for client. if init == NULL, it stays activated. */ rfbBool (*init)(struct _rfbClientRec* client, void* data); + /* returns TRUE if that pseudo encoding is handled by the extension */ + rfbBool (*enablePseudoEncoding)(struct _rfbClientRec* client, + void* data, int encodingNumber); /* returns TRUE if message was handled */ rfbBool (*handleMessage)(struct _rfbClientRec* client, void* data, |