diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2006-09-08 12:55:37 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2006-09-08 12:55:37 +0000 |
commit | ce0907dd799c4fae886b9f757314a844c8dc9c02 (patch) | |
tree | dfa312b2471250ea77902bb72e6a129fcd2c8808 /common/rfb/ConnParams.h | |
parent | 8442b8ab565f1d6b889555629ecc47e6dcb3ec4e (diff) | |
download | tigervnc-ce0907dd799c4fae886b9f757314a844c8dc9c02.tar.gz tigervnc-ce0907dd799c4fae886b9f757314a844c8dc9c02.zip |
Implemented support for TightVNC protocol extensions in the server code. This version has one incompatibility with TightVNC 1.3.x viewers - such viewers would not be able to connect without authentication. This will be fixed in the nearest time.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@651 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/ConnParams.h')
-rw-r--r-- | common/rfb/ConnParams.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/ConnParams.h b/common/rfb/ConnParams.h index 47e6a5fb..e29adf87 100644 --- a/common/rfb/ConnParams.h +++ b/common/rfb/ConnParams.h @@ -39,6 +39,7 @@ namespace rfb { int majorVersion; int minorVersion; + bool tightExtensionsEnabled; void setVersion(int major, int minor) { majorVersion = major; minorVersion = minor; |