feat(server): add stride debug info

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau
2025-03-31 18:11:03 +02:00
committed by Benoît Cortier
parent db6f4cdb7f
commit 7f57817805
+1
View File
@@ -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()
}
}