summaryrefslogtreecommitdiffstats
path: root/vncviewer/CConn.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2011-05-17 09:39:07 +0000
committerPierre Ossman <ossman@cendio.se>2011-05-17 09:39:07 +0000
commitf4f309408d39b110ddf81e8815cea8da4cd0d40e (patch)
tree171dbb7f0e9f142785e06d51fa6a9e2b3eb0cb96 /vncviewer/CConn.h
parent0c41e1d057f0425c2687b87da4272f8eafb70ba4 (diff)
downloadtigervnc-f4f309408d39b110ddf81e8815cea8da4cd0d40e.tar.gz
tigervnc-f4f309408d39b110ddf81e8815cea8da4cd0d40e.zip
Update connection parameters when the user has changed things in the options
dialog. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4422 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/CConn.h')
-rw-r--r--vncviewer/CConn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vncviewer/CConn.h b/vncviewer/CConn.h
index 9a15762d..3cde6d5f 100644
--- a/vncviewer/CConn.h
+++ b/vncviewer/CConn.h
@@ -78,6 +78,8 @@ private:
void checkEncodings();
void requestNewUpdate();
+ static void handleOptions(void *data);
+
private:
char* serverHost;
int serverPort;