Merged from trunk, from Rev 49499 to HEAD

svn-id: r50840
This commit is contained in:
Alejandro Marzini 2010-07-13 04:31:15 +00:00
commit 609e08d5db
608 changed files with 146447 additions and 31050 deletions

View file

@ -92,13 +92,15 @@ int ModularBackend::getGraphicsMode() const {
}
#ifdef USE_RGB_COLOR
Graphics::PixelFormat ModularBackend::getScreenFormat() const {
return _graphicsManager->getScreenFormat();
}
Common::List<Graphics::PixelFormat> ModularBackend::getSupportedFormats() {
Common::List<Graphics::PixelFormat> ModularBackend::getSupportedFormats() const {
return _graphicsManager->getSupportedFormats();
}
#endif
void ModularBackend::initSize(uint w, uint h, const Graphics::PixelFormat *format ) {