1
0
feito fork de xt-sys/exectos

Allow to use custom framebuffer fonts

Esse commit está contido em:
2024-03-10 10:02:30 +01:00
commit cb4292dccf
2 arquivos alterados com 14 adições e 0 exclusões

Ver arquivo

@@ -102,6 +102,7 @@ typedef struct _LOADER_GRAPHICS_INFORMATION_BLOCK
UINT PixelsPerScanLine;
UINT BitsPerPixel;
UINT Pitch;
PVOID Font;
} LOADER_GRAPHICS_INFORMATION_BLOCK, *PLOADER_GRAPHICS_INFORMATION_BLOCK;
/* Boot Loader information block */