Skip to content

Commit

Permalink
fix: pass (0, 0) as x1, y1 to server_paint_rectˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
unstabler committed Feb 10, 2023
1 parent 1a1b369 commit 66578bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XrdpUlalacaPrivate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 66578bb

Please sign in to comment.