]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Win/Host/WinGop.h
EmulatorPkg/Win: Use FrameBufferBltLib for BLT operation
[mirror_edk2.git] / EmulatorPkg / Win / Host / WinGop.h
index de27238342d56f98950a7fa560f525230cb74c2a..7843b60b91a9e0ccebc2f8b246d634d5ea398d4d 100644 (file)
@@ -31,6 +31,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 +87,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