diff options
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTest.h')
-rw-r--r-- | UefiMonitorTest/UefiMonitorTest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/UefiMonitorTest/UefiMonitorTest.h b/UefiMonitorTest/UefiMonitorTest.h index 1199e78..32214d6 100644 --- a/UefiMonitorTest/UefiMonitorTest.h +++ b/UefiMonitorTest/UefiMonitorTest.h @@ -17,13 +17,13 @@ typedef struct { /// Base address of graphics linear frame buffer. /// Starts from the upper left pixel. /// - UINT8 *FrontBuffer; + UINT32 *FrontBuffer; /// /// Pointer to allocated memory. Secondary linear buffer. /// - UINT8 *BackBuffer; + UINT32 *BackBuffer; /// - /// Amount of frame buffer needed to support the active mode. + /// Amount of frame buffer needed to support the active mode in bytes. /// UINTN BufferSize; /// |