]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/EmuGopDxe/GopScreen.c
EmulatorPkg: Fix XCODE5 lldb issues
[mirror_edk2.git] / EmulatorPkg / EmuGopDxe / GopScreen.c
index 761d945c15520bbd22ec3f5f8429847c4681d04e..fbac649f8b3e54ee8825c003404b45cdc903266b 100644 (file)
@@ -1,14 +1,8 @@
 /*++ @file\r
 \r
-Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 Module Name:\r
 \r
@@ -146,9 +140,9 @@ EmuGopSetMode (
                             );\r
 \r
 \r
-  Fill.Red                      = 0x7f;\r
-  Fill.Green                    = 0x7F;\r
-  Fill.Blue                     = 0x7f;\r
+  Fill.Red   = 0;\r
+  Fill.Green = 0;\r
+  Fill.Blue  = 0;\r
   This->Blt (\r
           This,\r
           &Fill,\r