Improvements to FrameBuffer support

This commit is contained in:
2024-03-09 15:07:33 +01:00
parent 475561b038
commit a4c22ab5e8
3 changed files with 5 additions and 5 deletions

View File

@@ -146,7 +146,7 @@ typedef struct _CPPORT
typedef struct _HAL_FRAMEBUFFER_DATA
{
BOOLEAN Initialized;
PULONG Address;
PVOID Address;
ULONG_PTR BufferSize;
UINT Width;
UINT Height;