mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 11:04:44 +00:00
MACGUI: Fill in the upper-left and upper-right corners with black
This commit is contained in:
parent
a6b0d088c2
commit
9626012752
@ -1004,6 +1004,10 @@ bool MacMenu::draw(ManagedSurface *g, bool forceRedraw) {
|
||||
_screen.clear(_wm->_colorGreen);
|
||||
|
||||
bool shouldUseDesktopArc = !(_wm->_mode & kWMModeWin95) || (_wm->_mode & kWMModeForceMacBorder);
|
||||
|
||||
// Fill in the corners with black
|
||||
_screen.fillRect(r, _wm->_colorBlack);
|
||||
|
||||
drawFilledRoundRect(&_screen, r, shouldUseDesktopArc ? kDesktopArc : 0, _wm->_colorWhite);
|
||||
|
||||
r.top = 7;
|
||||
|
Loading…
x
Reference in New Issue
Block a user