mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +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)
|
if (parent)
|
||||||
parent->_children.push_back(this);
|
parent->_children.push_back(this);
|
||||||
|
|
||||||
_composeSurface = new ManagedSurface(_dims.width(), _dims.height());
|
_composeSurface = new ManagedSurface(_dims.width(), _dims.height(), _wm->_pixelformat);
|
||||||
_composeSurface->clear(_bgcolor);
|
_composeSurface->clear(_bgcolor);
|
||||||
|
|
||||||
_active = false;
|
_active = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user