From d8ebd9f20259455488782b3e5898f8821b9b777f Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Sun, 10 Mar 2024 10:04:51 +0100 Subject: [PATCH] Add font to framebuffer data --- sdk/xtdk/hltypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/xtdk/hltypes.h b/sdk/xtdk/hltypes.h index c80a2ef..60764ee 100644 --- a/sdk/xtdk/hltypes.h +++ b/sdk/xtdk/hltypes.h @@ -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 */