SDL/DISPMANX Fixed small issues with merging: Use append_var, fix spacing issues and changed SurfaceSdlGraphicsManager constructor call parameters on DispmanXSdlGraphicsManager constructor.
This commit is contained in:
parent
99739a13fe
commit
9d831d0c42
4 changed files with 18 additions and 18 deletions
|
@ -32,7 +32,7 @@ void OSystem_SDL_RaspberryPi::initBackend() {
|
|||
|
||||
// Create the graphics manager
|
||||
if (_graphicsManager == 0) {
|
||||
_graphicsManager = new DispmanXSdlGraphicsManager(_eventSource);
|
||||
_graphicsManager = new DispmanXSdlGraphicsManager(_eventSource, _window);
|
||||
}
|
||||
|
||||
// Call parent implementation of this method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue