]> code.delx.au - refind/blobdiff - refind/screen.c
Graphics-mode launches now clear to rEFInd's menu background color
[refind] / refind / screen.c
index 335dc93a7160f9621e70f0f4f8be51e6dcaeeba2..7907d36a471140b3c9008233714608880b22da43 100644 (file)
@@ -467,8 +467,8 @@ VOID BltClearScreen(IN BOOLEAN ShowBanner)
         }
 
     } else {
-        // clear to standard background color
-        egClearScreen(&StdBackgroundPixel);
+        // clear to menu background color
+        egClearScreen(&MenuBackgroundPixel);
     }
 
     GraphicsScreenDirty = FALSE;