Skip to content

Fix application.rs example crashing when entering simple fullscreen on MacOS - #4667

Open
aloucks wants to merge 1 commit into
rust-windowing:masterfrom
aloucks:fix_example_simple_fullscreen
Open

Fix application.rs example crashing when entering simple fullscreen on MacOS#4667
aloucks wants to merge 1 commit into
rust-windowing:masterfrom
aloucks:fix_example_simple_fullscreen

Conversation

@aloucks

@aloucks aloucks commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Fixes an issue where toggling simple fullscreen crashes due to the surface buffer being resized after self.window.surface_size() is already reporting the new size.

  • Tested on all platforms changed

… window size in the application.rs example.

Fixes an issue where toggling simple fullscreen crashes due to the surface buffer being resized after `self.window.surface_size()`
is already reporting the new size.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant