We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082754a commit 9b7cf29Copy full SHA for 9b7cf29
crates/ironrdp-egfx/src/pdu/cmd.rs
@@ -1969,7 +1969,7 @@ pub struct MapSurfaceToScaledWindowPdu {
1969
impl MapSurfaceToScaledWindowPdu {
1970
const NAME: &'static str = "MapSurfaceToScaledWindowPdu";
1971
1972
- const FIXED_PART_SIZE: usize = 2 /* SurfaceId */ + 2 /* reserved */ + 8 /* surfaceId */ + 4 /* mappedWidth */ + 4 /* mappedHeight */ + 4 /* targetWidth */ + 4 /* targetHeight */;
+ const FIXED_PART_SIZE: usize = 2 /* SurfaceId */ + 8 /* WindowId */ + 4 /* MappedWidth */ + 4 /* MappedHeight */ + 4 /* TargetWidth */ + 4 /* TargetHeight */;
1973
}
1974
1975
impl Encode for MapSurfaceToScaledWindowPdu {
0 commit comments