aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/Graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'UefiMonitorTest/Graphics.h')
-rw-r--r--UefiMonitorTest/Graphics.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/UefiMonitorTest/Graphics.h b/UefiMonitorTest/Graphics.h
index 37484b0..bfa24cd 100644
--- a/UefiMonitorTest/Graphics.h
+++ b/UefiMonitorTest/Graphics.h
@@ -101,7 +101,12 @@ enum UMT_COLORS {
UMT_COLOR_END
};
-extern CONST GRAPHICS_PIXEL_COLOR gUmtColors[];
+typedef struct {
+ EFI_STRING_ID StringId;
+ GRAPHICS_PIXEL_COLOR Color;
+} UMT_COLORS;
+
+extern CONST UMT_COLORS gUmtColors[];
EFI_STATUS
PrepareGraphicsInfo (