mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
[server,shadow] fix initialization of [MS-RDPEGFX]
the channel was initialized with handling messages in a thread and handling the channel messages on main thread. fix that.
This commit is contained in:
@@ -39,7 +39,7 @@ int shadow_client_rdpgfx_init(rdpShadowClient* client)
|
||||
|
||||
rdpgfx->custom = client;
|
||||
|
||||
if (!IFCALLRESULT(CHANNEL_RC_OK, rdpgfx->Initialize, rdpgfx, FALSE))
|
||||
if (!IFCALLRESULT(CHANNEL_RC_OK, rdpgfx->Initialize, rdpgfx, TRUE))
|
||||
return -1;
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user