1
0
geforkt von xt-sys/exectos

Fixes to FbpGetPixelInformation() and FbpGetColorMask() routines

Dieser Commit ist enthalten in:
2024-05-12 22:20:22 +02:00
Ursprung 3d08be4fac
Commit 615a1457bf
3 geänderte Dateien mit 42 neuen und 39 gelöschten Zeilen

Datei anzeigen

@@ -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;