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

github.com/neutrinolabs/ulalaca-xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyuhwan Park★ <unstabler@unstabler.pl>2023-02-10 07:02:28 +0300
committerGyuhwan Park★ <unstabler@unstabler.pl>2023-02-10 07:02:28 +0300
commit66578bb0a43e31614a723ff9fc9f1407cb08a59d (patch)
tree06bc3e46b3df8bfa9d8fe3f97fcdc4cce81280fb
parent1a1b369078cb48ebb7dd4392d125a9f751386612 (diff)
fix: pass (0, 0) as x1, y1 to server_paint_rectˆ
-rw-r--r--XrdpUlalacaPrivate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/XrdpUlalacaPrivate.cpp b/XrdpUlalacaPrivate.cpp
index 205875a..215f92c 100644
--- a/XrdpUlalacaPrivate.cpp
+++ b/XrdpUlalacaPrivate.cpp
@@ -282,7 +282,7 @@ void XrdpUlalacaPrivate::updateThreadLoop() {
screenRect.width, screenRect.height,
(char *) image.get(),
screenRect.width, screenRect.height,
- 0, (_frameId++ % INT32_MAX)
+ 0, 0
);
} else {
_mod->server_paint_rects(