mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Default menu bar color to black
This commit is contained in:
@@ -231,6 +231,9 @@ void OpenMainWindow (void)
|
|||||||
windowManager->PutWindowBehind(boardWindow, PL_GetPutInFrontWindowPtr());
|
windowManager->PutWindowBehind(boardWindow, PL_GetPutInFrontWindowPtr());
|
||||||
else
|
else
|
||||||
PL_NotYetImplemented_TODO("Errors");
|
PL_NotYetImplemented_TODO("Errors");
|
||||||
|
|
||||||
|
PortabilityLayer::ResolveCachingColor blackColor = StdColors::Black();
|
||||||
|
boardWindow->GetDrawSurface()->FillRect(boardWindow->GetSurfaceRect(), blackColor);
|
||||||
}
|
}
|
||||||
mainWindowRect = thisMac.constrainedScreen;
|
mainWindowRect = thisMac.constrainedScreen;
|
||||||
ZeroRectCorner(&mainWindowRect);
|
ZeroRectCorner(&mainWindowRect);
|
||||||
|
|||||||
Reference in New Issue
Block a user