From 3a21582ba3d4c4eac6401114484c0a8ae3bc5c16 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sun, 27 Mar 2022 10:17:56 +0300 Subject: main: add structure for pixel color --- UefiMonitorTest/UefiMonitorTest.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'UefiMonitorTest') diff --git a/UefiMonitorTest/UefiMonitorTest.h b/UefiMonitorTest/UefiMonitorTest.h index eb49249..1199e78 100644 --- a/UefiMonitorTest/UefiMonitorTest.h +++ b/UefiMonitorTest/UefiMonitorTest.h @@ -1,6 +1,13 @@ #ifndef UEFI_MONITOR_TEST_H #define UEFI_MONITOR_TEST_H +typedef struct { + UINT8 Blue; + UINT8 Green; + UINT8 Red; + UINT8 Reserved; +} GRAPHICS_PIXEL_COLOR; + typedef struct { /// /// The EFI_GRAPHICS_OUTPUT_PROTOCOL instance. -- cgit v1.2.3-18-g5258