Fixes to FbpGetPixelInformation() and FbpGetColorMask() routines

This commit is contained in:
2024-05-12 22:20:22 +02:00
parent 3d08be4fac
commit 615a1457bf
3 changed files with 42 additions and 39 deletions

View File

@@ -269,14 +269,14 @@ typedef struct _XTBL_FRAMEBUFFER_MODE_INFORMATION
EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;
struct
{
USHORT BlueMask;
USHORT BlueShift;
USHORT GreenMask;
USHORT BlueSize;
USHORT GreenShift;
USHORT RedMask;
USHORT GreenSize;
USHORT RedShift;
USHORT ReservedMask;
USHORT RedSize;
USHORT ReservedShift;
USHORT ReservedSize;
} PixelInformation;
} XTBL_FRAMEBUFFER_MODE_INFORMATION, *PXTBL_FRAMEBUFFER_MODE_INFORMATION;