SDL: Replace some SdlGraphicsManager uses with SurfaceSdlGraphicsManager.
This commit is contained in:
parent
1c21232416
commit
80b336f796
2 changed files with 4 additions and 4 deletions
|
@ -492,11 +492,11 @@ bool DINGUXSdlGraphicsManager::getFeatureState(OSystem::Feature f) {
|
|||
}
|
||||
}
|
||||
|
||||
SdlGraphicsManager::MousePos* DINGUXSdlGraphicsManager::getMouseCurState() {
|
||||
SurfaceSdlGraphicsManager::MousePos *DINGUXSdlGraphicsManager::getMouseCurState() {
|
||||
return &_mouseCurState;
|
||||
}
|
||||
|
||||
SdlGraphicsManager::VideoState* DINGUXSdlGraphicsManager::getVideoMode() {
|
||||
SurfaceSdlGraphicsManager::VideoState *DINGUXSdlGraphicsManager::getVideoMode() {
|
||||
return &_videoMode;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue