SDL: Move focus rectangle dummy implementations to .cpp file.

This commit is contained in:
Johannes Schickel 2011-02-24 00:09:25 +01:00
parent 0f9ad1a52f
commit e2aafb603e
2 changed files with 7 additions and 2 deletions

View file

@ -1396,6 +1396,11 @@ void SdlGraphicsManager::setShakePos(int shake_pos) {
_newShakePos = shake_pos;
}
void SdlGraphicsManager::setFocusRectangle(const Common::Rect& rect) {
}
void SdlGraphicsManager::clearFocusRectangle() {
}
#pragma mark -
#pragma mark --- Overlays ---