Skip to content

Commit

Permalink
Merged PR 6136: FrameBufferMemDrawLibDxe: set mGraphicsOutput to STAT…
Browse files Browse the repository at this point in the history
…IC 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
  • Loading branch information
antklein committed Oct 4, 2022
1 parent 7f0e075 commit c47b08c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#include <Library/FrameBufferMemDrawLib.h>
#include <Library/FrameBufferBltLib.h>

EFI_GRAPHICS_OUTPUT_PROTOCOL *mGraphicsOutput = NULL;
STATIC EFI_GRAPHICS_OUTPUT_PROTOCOL *mGraphicsOutput = NULL;

/***
Get Graphics Information
Expand Down

0 comments on commit c47b08c

Please sign in to comment.