commit | f4f309408d39b110ddf81e8815cea8da4cd0d40e | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue May 17 09:39:07 2011 +0000 |
committer | Pierre Ossman <ossman@cendio.se> | Tue May 17 09:39:07 2011 +0000 |
tree | 171dbb7f0e9f142785e06d51fa6a9e2b3eb0cb96 | |
parent | 0c41e1d057f0425c2687b87da4272f8eafb70ba4 [diff] [blame] |
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
diff --git a/vncviewer/CConn.h b/vncviewer/CConn.h index 9a15762..3cde6d5 100644 --- a/vncviewer/CConn.h +++ b/vncviewer/CConn.h
@@ -78,6 +78,8 @@ void checkEncodings(); void requestNewUpdate(); + static void handleOptions(void *data); + private: char* serverHost; int serverPort;