commit | 3e3c75ec5642579b1a7e3ebab36a7f3c3866467d | [log] [tgz] |
---|---|---|
author | Peter Åstrand <astrand@cendio.se> | Mon Jan 03 13:32:28 2005 +0000 |
committer | Peter Åstrand <astrand@cendio.se> | Mon Jan 03 13:32:28 2005 +0000 |
tree | 78bd5c2bae8b4f92ee6bc6d63c0aea6182d28dab | |
parent | 55855d5a0a786628c251bfdf2de43adc94f5cee4 [diff] [blame] |
-PasswordFile support for Windows viewer as well git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@80 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/CViewOptions.h b/vncviewer/CViewOptions.h index e45612c..d49cab1 100644 --- a/vncviewer/CViewOptions.h +++ b/vncviewer/CViewOptions.h
@@ -83,6 +83,7 @@ bool noJpeg; int qualityLevel; + CharArray passwordFile; };