(svn r22999) -Codechange: Allow changing the blitter during the running game.

This commit is contained in:
michi_cc
2011-10-04 21:35:40 +00:00
parent f6340254ae
commit d3e32121c9
12 changed files with 97 additions and 46 deletions

View File

@@ -47,6 +47,15 @@ public:
*/
virtual bool ToggleFullscreen(bool fullscreen) = 0;
/**
* Callback invoked after the blitter was changed.
* @return True if no error.
*/
virtual bool AfterBlitterChange()
{
return true;
}
/**
* Whether the driver has a graphical user interface with the end user.
* Or in other words, whether we should spawn a thread for world generation