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

Exit full screen mode if changing window (with alt-tab) #1988

Merged
merged 1 commit into from Jan 12, 2022

Conversation

Copy link
Contributor

@ts-korhonen ts-korhonen commented Jan 12, 2022

If the user leaves full screen window by alt-tab or similar method (unintended way), 86Box goes into an unstable state; mouse cursor can be hidden or clipped to an arbitrary area and the rendering can be distorted.

Fixing this "properly" would mean refactoring the way windows and renderers are created and going through the process in which window and video resizing works to ensure proper operation.

In this PR is a simpler solution that makes 86Box leave full screen if the user leaves the program.

Summary

Briefly describe what you are submitting.

Checklist

References

Provide links to datasheets or other documentation that helped you implement this pull request.

with alt-tab etc. unintended way.
@OBattler OBattler merged commit 843f28d into 86Box:master Jan 12, 2022
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants