From 02a65b88676443132620e391dc95c16de42b1b13 Mon Sep 17 00:00:00 2001 From: kubistika Date: Mon, 8 Jul 2019 11:09:29 +0300 Subject: [PATCH] Declare support for multimon in proxy server. It was broken in the DISP PR. --- server/proxy/pf_server.c | 1 + 1 file changed, 1 insertion(+) diff --git a/server/proxy/pf_server.c b/server/proxy/pf_server.c index 756c747..5bf6512 100644 --- a/server/proxy/pf_server.c +++ b/server/proxy/pf_server.c @@ -245,6 +245,7 @@ static DWORD WINAPI pf_server_handle_client(LPVOID arg) /* keep configuration in proxyData */ pdata->config = client->ContextExtra; config = pdata->config; + client->settings->UseMultimon = TRUE; client->settings->SupportGraphicsPipeline = config->GFX; client->settings->SupportDynamicChannels = TRUE; client->settings->CertificateFile = _strdup("server.crt"); -- 2.7.4