From af43c61f3736605ce0f5a2bd9496b167531b5b2f Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sat, 2 Apr 2022 14:53:21 +0300 Subject: main: work only with 4 bytes color --- UefiMonitorTest/UefiMonitorTest.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'UefiMonitorTest/UefiMonitorTest.h') 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; /// -- cgit v1.2.3-18-g5258