aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-04-23 13:55:10 +0000
committerAdam Tkac <atkac@redhat.com>2010-04-23 13:55:10 +0000
commitc58b3d11f7df6724475d76569469ee2e30b3ccae (patch)
tree8d6063443be8def1cd38cf61b126bb796acb224e /unix/x0vncserver
parentfbd94365988dd7d58ce2751ad5ec0ea07b2f129e (diff)
downloadtigervnc-c58b3d11f7df6724475d76569469ee2e30b3ccae.tar.gz
tigervnc-c58b3d11f7df6724475d76569469ee2e30b3ccae.zip
[Development] Add possibility to define viewer/server specific parameters via
Configuration class. Change needed viewer/server code appropriately. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4032 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/x0vncserver')
-rw-r--r--unix/x0vncserver/x0vncserver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/x0vncserver/x0vncserver.cxx b/unix/x0vncserver/x0vncserver.cxx
index 771f21c4..d050a001 100644
--- a/unix/x0vncserver/x0vncserver.cxx
+++ b/unix/x0vncserver/x0vncserver.cxx
@@ -398,6 +398,8 @@ int main(int argc, char** argv)
programName = argv[0];
Display* dpy;
+ Configuration::enableServerParams();
+
for (int i = 1; i < argc; i++) {
if (Configuration::setParam(argv[i]))
continue;