IronRDP/crates/ironrdp-session
Marc-André Lureau 7507a152f1 fix(session): return the correct updated region
"update_rectangle" is set to empty(). The surface updates are then added
by "union". But a union with an empty rectangle at (0,0) is still a
rectangle at (0,0). We end up with big region updates rooted at (0,0)...

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2025-04-08 14:37:50 +02:00
..
src fix(session): return the correct updated region 2025-04-08 14:37:50 +02:00
Cargo.toml chore(release): prepare for publishing (#699) 2025-03-13 09:06:30 +00:00
CHANGELOG.md chore(release): prepare for publishing (#699) 2025-03-13 09:06:30 +00:00
LICENSE-APACHE chore: symlinks to license files in packages (#604) 2024-12-11 08:13:26 -05:00
LICENSE-MIT chore: symlinks to license files in packages (#604) 2024-12-11 08:13:26 -05:00
README.md docs: add project links to READMEs for consistency 2024-10-29 19:14:20 +09:00

IronRDP Session

Abstract state machine to drive an RDP session.

This crate is part of the IronRDP project.