mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
feat(server): add stride debug info
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
committed by
Benoît Cortier
parent
db6f4cdb7f
commit
7f57817805
@@ -79,6 +79,7 @@ impl core::fmt::Debug for BitmapUpdate {
|
||||
.field("width", &self.width)
|
||||
.field("height", &self.height)
|
||||
.field("format", &self.format)
|
||||
.field("stride", &self.stride)
|
||||
.finish()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user