aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/raspberrypi
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/sdl/raspberrypi')
-rw-r--r--backends/platform/sdl/raspberrypi/raspberrypi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/raspberrypi/raspberrypi.cpp b/backends/platform/sdl/raspberrypi/raspberrypi.cpp
index a3f79fd5b3..206203d82e 100644
--- a/backends/platform/sdl/raspberrypi/raspberrypi.cpp
+++ b/backends/platform/sdl/raspberrypi/raspberrypi.cpp
@@ -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