ソースを参照

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.
tags/v1.9.90
Pierre Ossman 5年前
コミット
946a5e9ca1
1個のファイルの変更0行の追加3行の削除
  1. 0
    3
      unix/x0vncserver/x0vncserver.cxx

+ 0
- 3
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;

読み込み中…
キャンセル
保存