From: Pierre Ossman Date: Mon, 26 Nov 2018 13:58:59 +0000 (+0100) Subject: Allow -AcceptSetDesktopSize in x0vncserver X-Git-Tag: v1.9.90~53 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=946a5e9ca171a3999e99e19e6e6defac13547251;p=tigervnc.git Allow -AcceptSetDesktopSize in x0vncserver 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. --- diff --git a/unix/x0vncserver/x0vncserver.cxx b/unix/x0vncserver/x0vncserver.cxx index cf2c35a2..eac9edfb 100644 --- a/unix/x0vncserver/x0vncserver.cxx +++ b/unix/x0vncserver/x0vncserver.cxx @@ -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;