]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Win/Host/WinGop.h
CryptoPkg/BaseCryptLib: Make HMAC_CTX size backward compatible
[mirror_edk2.git] / EmulatorPkg / Win / Host / WinGop.h
index de27238342d56f98950a7fa560f525230cb74c2a..aa41db6dbc8cb25768fd104106cc9a920ee743b2 100644 (file)
@@ -1,13 +1,7 @@
 /** @file\r
 \r
 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\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
@@ -31,6 +25,7 @@ Abstract:
 #include <Protocol/SimpleTextIn.h>\r
 #include <Protocol/SimpleTextInEx.h>\r
 #include <Protocol/GraphicsOutput.h>\r
+#include <Library/FrameBufferBltLib.h>\r
 \r
 //\r
 // WM_SYSKEYDOWN/WM_SYSKEYUP Notification\r
@@ -86,9 +81,8 @@ typedef struct {
   // updated in the main thread and displayed in the windows thread.\r
   //\r
   BITMAPV4HEADER                *VirtualScreenInfo;\r
-  RGBQUAD                       *VirtualScreen;\r
 \r
-  EFI_GRAPHICS_OUTPUT_BLT_PIXEL *FillLine;\r
+  FRAME_BUFFER_CONFIGURE        *FrameBufferConfigure;\r
 \r
   //\r
   // Keyboard Queue used by Simple Text In.\r