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:
vanfanel 2015-11-12 14:03:14 +01:00
parent 99739a13fe
commit 9d831d0c42
4 changed files with 18 additions and 18 deletions

View file

@ -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