Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'module/rdpClientCon.c')
-rw-r--r--module/rdpClientCon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/rdpClientCon.c b/module/rdpClientCon.c
index 4357aea..a6ab705 100644
--- a/module/rdpClientCon.c
+++ b/module/rdpClientCon.c
@@ -1026,6 +1026,8 @@ rdpClientConProcessMsgClientInfo(rdpPtr dev, rdpClientCon *clientCon)
clientCon->shmemstatus = shmemstatus;
}
+ rdpClientConAddDirtyScreen(dev, clientCon, 0, 0, clientCon->rdp_width, clientCon->rdp_height);
+
return 0;
}