ENGINES: Remove code for toggling fullscreen mode (#2523)
* GRIM: Remove code for toggling fullscreen mode * MYST3: Remove code for toggling fullscreen mode * STARK: Remove code for toggling fullscreen mode * ENGINES: Remove the fullscreen argument from initGraphics3d()
This commit is contained in:
parent
9abb3f5111
commit
03e8f0ed2d
20 changed files with 27 additions and 88 deletions
|
@ -41,9 +41,8 @@ public:
|
|||
*
|
||||
* @param screenW the width of the context
|
||||
* @param screenH the height of the context
|
||||
* @param fullscreen true if fullscreen is desired, false otherwise.
|
||||
*/
|
||||
virtual void setupScreen(int screenW, int screenH, bool fullscreen) override;
|
||||
virtual void setupScreen(int screenW, int screenH) override;
|
||||
|
||||
/**
|
||||
* Query whether the current context is hardware-accelerated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue