aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/gph/gph-graphics.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2011-06-19 20:20:13 +0200
committerJohannes Schickel2011-06-19 20:20:13 +0200
commit80b336f79607ba3683f36a3fff6f39db6eef13bf (patch)
treeb1574400bf712db50d7b7cff1af3ce7b4b78ed09 /backends/graphics/gph/gph-graphics.cpp
parent1c21232416cb39f021631906320e21f8efa212ba (diff)
downloadscummvm-rg350-80b336f79607ba3683f36a3fff6f39db6eef13bf.tar.gz
scummvm-rg350-80b336f79607ba3683f36a3fff6f39db6eef13bf.tar.bz2
scummvm-rg350-80b336f79607ba3683f36a3fff6f39db6eef13bf.zip
SDL: Replace some SdlGraphicsManager uses with SurfaceSdlGraphicsManager.
Diffstat (limited to 'backends/graphics/gph/gph-graphics.cpp')
-rw-r--r--backends/graphics/gph/gph-graphics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/graphics/gph/gph-graphics.cpp b/backends/graphics/gph/gph-graphics.cpp
index 5c98635b71..82a32203fb 100644
--- a/backends/graphics/gph/gph-graphics.cpp
+++ b/backends/graphics/gph/gph-graphics.cpp
@@ -561,11 +561,11 @@ bool GPHGraphicsManager::getFeatureState(OSystem::Feature f) {
}
}
-SdlGraphicsManager::MousePos* GPHGraphicsManager::getMouseCurState() {
+SurfaceSdlGraphicsManager::MousePos *GPHGraphicsManager::getMouseCurState() {
return &_mouseCurState;
}
-SdlGraphicsManager::VideoState* GPHGraphicsManager::getVideoMode() {
+SurfaceSdlGraphicsManager::VideoState *GPHGraphicsManager::getVideoMode() {
return &_videoMode;
}