Merged from trunk, from Rev 49499 to HEAD
svn-id: r50840
This commit is contained in:
commit
609e08d5db
608 changed files with 146447 additions and 31050 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue