]> source.dussan.org Git - tigervnc.git/commitdiff
Allow -AcceptSetDesktopSize in x0vncserver
authorPierre Ossman <ossman@cendio.se>
Mon, 26 Nov 2018 13:58:59 +0000 (14:58 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 26 Nov 2018 13:58:59 +0000 (14:58 +0100)
We disabled it in 0a0e582 since it didn't have support for resizing.
But it got that support in 242c5b2, yet we forgot to allow this
setting again.

unix/x0vncserver/x0vncserver.cxx

index cf2c35a27262bd4b2780b760d8b160c01c3e4fc5..eac9edfbcbb8783c81d74432ca0329ec0aa53d76 100644 (file)
@@ -206,9 +206,6 @@ int main(int argc, char** argv)
 
   Configuration::enableServerParams();
 
-  // Disable configuration parameters which we do not support
-  Configuration::removeParam("AcceptSetDesktopSize");
-
   for (int i = 1; i < argc; i++) {
     if (Configuration::setParam(argv[i]))
       continue;