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

Don't call canvasResizedCallback in emscripten_exit_fullscreen #9765

Merged
merged 2 commits into from
Nov 13, 2019

Conversation

kripken
Copy link
Member

@kripken kripken commented Nov 1, 2019

That is before the screen has actually resized. The callback
will be called at the proper time later.

Fixes #9097

@Daft-Freak
Copy link
Collaborator

Looks like you didn't add the new test source?

@kripken
Copy link
Member Author

kripken commented Nov 5, 2019

Oops, thanks @Daft-Freak! Added now.

@kripken
Copy link
Member Author

kripken commented Nov 13, 2019

Ok, looks like no objections here, and it looks good based on the previous discussion, and not really anyone else to ask to review it, so landing.

@kripken kripken merged commit 4006152 into incoming Nov 13, 2019
@delete-merged-branch delete-merged-branch bot deleted the fullscreen branch November 13, 2019 17:00
belraquib pushed a commit to belraquib/emscripten that referenced this pull request Dec 23, 2020
…ipten-core#9765)

That is before the screen has actually resized. The callback
will be called at the proper time later.

Fixes emscripten-core#9097
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.

emscripten_request_fullscreen_strategy callback order
2 participants