Update windows-sys and image

This commit is contained in:
Ian Douglas Scott 2023-04-06 08:05:18 -07:00
parent a09e4cf679
commit 7a687105e3
2 changed files with 4 additions and 4 deletions

View file

@ -51,7 +51,7 @@ impl Buffer {
biHeight: -height.get(),
biPlanes: 1,
biBitCount: 32,
biCompression: Gdi::BI_BITFIELDS,
biCompression: Gdi::BI_BITFIELDS as u32,
biSizeImage: 0,
biXPelsPerMeter: 0,
biYPelsPerMeter: 0,