diff options
author | Pierre Ossman <ossman@cendio.se> | 2015-01-26 14:37:04 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2015-01-26 15:14:33 +0100 |
commit | f8e3b34c69b848781b958c7a4d21175ddc6f90d8 (patch) | |
tree | f2aec3ca936379cd910099f4be94a1e023ae4e88 /common/rfb/ServerCore.h | |
parent | cc3179046eb9b0a5e9f27572de1195ac8acf4766 (diff) | |
download | tigervnc-f8e3b34c69b848781b958c7a4d21175ddc6f90d8.tar.gz tigervnc-f8e3b34c69b848781b958c7a4d21175ddc6f90d8.zip |
Restructure Xvnc/libvnc.so code to avoid C++ header hacks
The internal Xorg headers are very incompatible with C++ and we've had
to resort to all kinds of hacks in order to include them in our C++
code. This approach isn't really viable long term so restructure things
so that we have a glue layer written in C that bridges the Xorg core
with the RFB classes.
Diffstat (limited to 'common/rfb/ServerCore.h')
-rw-r--r-- | common/rfb/ServerCore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/ServerCore.h b/common/rfb/ServerCore.h index 5fc996ff..c4d7d537 100644 --- a/common/rfb/ServerCore.h +++ b/common/rfb/ServerCore.h @@ -48,6 +48,7 @@ namespace rfb { static BoolParameter sendCutText; static BoolParameter acceptSetDesktopSize; static BoolParameter queryConnect; + static IntParameter queryConnectTimeout; }; |