mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 23:26:44 +00:00
GRAPHICS: MACGUI: More 32bpp enhancements
This commit is contained in:
parent
66f5aadf4e
commit
ee3e1e3af5
@ -43,7 +43,7 @@ MacWidget::MacWidget(MacWidget *parent, int x, int y, int w, int h, MacWindowMan
|
||||
if (parent)
|
||||
parent->_children.push_back(this);
|
||||
|
||||
_composeSurface = new ManagedSurface(_dims.width(), _dims.height());
|
||||
_composeSurface = new ManagedSurface(_dims.width(), _dims.height(), _wm->_pixelformat);
|
||||
_composeSurface->clear(_bgcolor);
|
||||
|
||||
_active = false;
|
||||
|
Loading…
Reference in New Issue
Block a user