aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dingux
diff options
context:
space:
mode:
authorJohannes Schickel2015-03-05 01:10:34 +0100
committerJohannes Schickel2015-03-05 01:10:34 +0100
commit4d13d44f8a2db8f887e285dbcbd3bb75ccc0ae2e (patch)
tree9fd0cb9d8b0965a2c823e690f7d467c9ff3c5aea /backends/platform/dingux
parentcecb9a9ecc1ec1897fdd27e1bafc7f6d494cd6af (diff)
parentb5ac3ecb1f25b2d47fd99a3c4fd3b1cddcb695c6 (diff)
downloadscummvm-rg350-4d13d44f8a2db8f887e285dbcbd3bb75ccc0ae2e.tar.gz
scummvm-rg350-4d13d44f8a2db8f887e285dbcbd3bb75ccc0ae2e.tar.bz2
scummvm-rg350-4d13d44f8a2db8f887e285dbcbd3bb75ccc0ae2e.zip
Merge pull request #572 from lordhoto/sdl2-support
SDL: Add experimental support for SDL2
Diffstat (limited to 'backends/platform/dingux')
-rw-r--r--backends/platform/dingux/dingux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/dingux/dingux.cpp b/backends/platform/dingux/dingux.cpp
index 2f11dd31ad..afd80acc1b 100644
--- a/backends/platform/dingux/dingux.cpp
+++ b/backends/platform/dingux/dingux.cpp
@@ -33,7 +33,7 @@ void OSystem_SDL_Dingux::initBackend() {
// Create the graphics manager
if (_graphicsManager == 0) {
- _graphicsManager = new DINGUXSdlGraphicsManager(_eventSource);
+ _graphicsManager = new DINGUXSdlGraphicsManager(_eventSource, _window);
}
// Call parent implementation of this method