From c47b08c70c07c388cf3c8f53516b22ae414af648 Mon Sep 17 00:00:00 2001 From: Antaeus Kleinert-Strand Date: Tue, 4 Oct 2022 21:36:25 +0000 Subject: [PATCH] Merged PR 6136: FrameBufferMemDrawLibDxe: set mGraphicsOutput to STATIC definition ## Description * Update FrameBufferMemDrawLibDxe.c version of mGraphicsOutput to a STATIC definition -- This definition clashes with the definition in Common\SURFACE\MsSurfaceCorePkg\Universal\TimeoutSpinner\ScreenGraphics.c - [ ] Breaking change? No - Will this change break pre-existing builds or functionality without action being taken? ## How This Was Tested Boot tested on Arcata and Lucien ## Integration Instructions N/A --- .../Library/FrameBufferMemDrawLib/FrameBufferMemDrawLibDxe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MsGraphicsPkg/Library/FrameBufferMemDrawLib/FrameBufferMemDrawLibDxe.c b/MsGraphicsPkg/Library/FrameBufferMemDrawLib/FrameBufferMemDrawLibDxe.c index 1fcaf3fb2f..1ee4a42127 100644 --- a/MsGraphicsPkg/Library/FrameBufferMemDrawLib/FrameBufferMemDrawLibDxe.c +++ b/MsGraphicsPkg/Library/FrameBufferMemDrawLib/FrameBufferMemDrawLibDxe.c @@ -16,7 +16,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include #include -EFI_GRAPHICS_OUTPUT_PROTOCOL *mGraphicsOutput = NULL; +STATIC EFI_GRAPHICS_OUTPUT_PROTOCOL *mGraphicsOutput = NULL; /*** Get Graphics Information