ALL: Merge from ScummVM rev 3a933138ce
This commit is contained in:
parent
5dad979952
commit
3ec01653c3
134 changed files with 9868 additions and 9034 deletions
|
@ -316,20 +316,22 @@ void OSystem_SDL::detectFramebufferSupport() {
|
|||
#endif // USE_OPENGL
|
||||
// End of ResidualVM specific code
|
||||
|
||||
#if defined(USE_TASKBAR)
|
||||
void OSystem_SDL::engineInit() {
|
||||
#ifdef USE_TASKBAR
|
||||
// Add the started engine to the list of recent tasks
|
||||
_taskbarManager->addRecent(ConfMan.getActiveDomainName(), ConfMan.get("description"));
|
||||
|
||||
// Set the overlay icon the current running engine
|
||||
_taskbarManager->setOverlayIcon(ConfMan.getActiveDomainName(), ConfMan.get("description"));
|
||||
#endif
|
||||
}
|
||||
|
||||
void OSystem_SDL::engineDone() {
|
||||
#ifdef USE_TASKBAR
|
||||
// Remove overlay icon
|
||||
_taskbarManager->setOverlayIcon("", "");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void OSystem_SDL::initSDL() {
|
||||
// Check if SDL has not been initialized
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue