-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Should toggle fullscreen instead of changing video mode #221
Comments
"Bug" means "wrong results". This is not a bug. There is no "correct" or "incorrect" here. This is just doing something differently. Should it be done? Maybe. |
FOR THE BEST SOLUTION: Use the toggle fullscreen in the graphic settings without recreating the new window. Go to st_common.c in the function video_action(int tok, int val) and change as follows:
|
Secondly, if you're using Mojang Development and using resizeable window, delete that as follows:
|
What. |
Build-in resolutions no longer supported during using resizeable window. The graphics will be toggled to fullscreen and windowed mode in the graphics options without recreate any window. Using Emscripten does not work except pressing F11. |
BUG: Fullscreen just changed but it recreates Window againon the graphics screen!
TO FIX: Change the window between fullscreen and windowed mode without recreate the window:
The text was updated successfully, but these errors were encountered: