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:
authorMatt Hortman <matt@flintriversystems.com>2021-09-20 16:36:56 +0300
committerMatt Hortman <matt@flintriversystems.com>2021-09-20 16:36:56 +0300
commit60e245dacad0eaf54c8cd8eb93c3da6869c6ee7e (patch)
tree0de52c3c570e24dc8f8d1dcb6864ca059d48c39d
parentb943f0ee0283ed331fbde62605669b104fcca55e (diff)
trigger full screen refresh after initializing shared memory
-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;
}