OSYSTEM: Remove the API allowing to draw to the OSD surface directly
This commit is contained in:
parent
9cbaad6140
commit
0802bbd8ee
6 changed files with 0 additions and 74 deletions
|
@ -241,18 +241,6 @@ void ModularBackend::displayMessageOnOSD(const char *msg) {
|
|||
_graphicsManager->displayMessageOnOSD(msg);
|
||||
}
|
||||
|
||||
void ModularBackend::copyRectToOSD(const void *buf, int pitch, int x, int y, int w, int h) {
|
||||
_graphicsManager->copyRectToOSD(buf, pitch, x, y, w, h);
|
||||
}
|
||||
|
||||
void ModularBackend::clearOSD() {
|
||||
_graphicsManager->clearOSD();
|
||||
}
|
||||
|
||||
Graphics::PixelFormat ModularBackend::getOSDFormat() {
|
||||
return _graphicsManager->getOSDFormat();
|
||||
}
|
||||
|
||||
void ModularBackend::displayActivityIconOnOSD(const Graphics::Surface *icon) {
|
||||
_graphicsManager->displayActivityIconOnOSD(icon);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue