Add font to framebuffer data

This commit is contained in:
Rafal Kupiec 2024-03-10 10:04:51 +01:00
parent cb4292dccf
commit d8ebd9f202
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -153,6 +153,7 @@ typedef struct _HAL_FRAMEBUFFER_DATA
UINT PixelsPerScanLine;
UINT BitsPerPixel;
UINT Pitch;
PVOID Font;
} HAL_FRAMEBUFFER_DATA, *PHAL_FRAMEBUFFER_DATA;
/* SMBIOS table header structure */