aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gph
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/gph
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/gph')
-rw-r--r--backends/platform/gph/gph-backend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/gph/gph-backend.cpp b/backends/platform/gph/gph-backend.cpp
index d033191d54..fb1cbe030c 100644
--- a/backends/platform/gph/gph-backend.cpp
+++ b/backends/platform/gph/gph-backend.cpp
@@ -159,7 +159,7 @@ void OSystem_GPH::initBackend() {
// Create the graphics manager
if (_graphicsManager == 0) {
- _graphicsManager = new GPHGraphicsManager(_eventSource);
+ _graphicsManager = new GPHGraphicsManager(_eventSource, _window);
}
/* Pass to POSIX method to do the heavy lifting */