forked from xt-sys/exectos
Add font to framebuffer data
This commit is contained in:
parent
cb4292dccf
commit
d8ebd9f202
@ -153,6 +153,7 @@ typedef struct _HAL_FRAMEBUFFER_DATA
|
|||||||
UINT PixelsPerScanLine;
|
UINT PixelsPerScanLine;
|
||||||
UINT BitsPerPixel;
|
UINT BitsPerPixel;
|
||||||
UINT Pitch;
|
UINT Pitch;
|
||||||
|
PVOID Font;
|
||||||
} HAL_FRAMEBUFFER_DATA, *PHAL_FRAMEBUFFER_DATA;
|
} HAL_FRAMEBUFFER_DATA, *PHAL_FRAMEBUFFER_DATA;
|
||||||
|
|
||||||
/* SMBIOS table header structure */
|
/* SMBIOS table header structure */
|
||||||
|
Loading…
Reference in New Issue
Block a user