Merged from trunk.

svn-id: r49499
This commit is contained in:
Alejandro Marzini 2010-06-08 03:31:27 +00:00
commit 7ea78b1036
226 changed files with 11766 additions and 6185 deletions

View file

@ -195,7 +195,6 @@ bool SdlGraphicsManager::hasFeature(OSystem::Feature f) {
return
(f == OSystem::kFeatureFullscreenMode) ||
(f == OSystem::kFeatureAspectRatioCorrection) ||
(f == OSystem::kFeatureAutoComputeDirtyRects) ||
(f == OSystem::kFeatureCursorHasPalette) ||
(f == OSystem::kFeatureIconifyWindow);
}