Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENGINES: Remove code for toggling fullscreen mode #2523

Merged
merged 4 commits into from Oct 14, 2020

Conversation

ccawley2011
Copy link
Member

@ccawley2011 ccawley2011 commented Oct 13, 2020

This is already handled by the SDL backend.

@@ -80,7 +80,7 @@ class GfxBase {
* @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) = 0;
virtual void setupScreen(int screenW, int screenH) = 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fullscreen comment left

@aquadran aquadran merged commit 03e8f0e into scummvm:master Oct 14, 2020
@ccawley2011 ccawley2011 deleted the fullscreen-3d branch October 14, 2020 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants