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

Fix window sizing #444

Merged
merged 3 commits into from
Feb 27, 2024
Merged

Fix window sizing #444

merged 3 commits into from
Feb 27, 2024

Conversation

dhardy
Copy link
Collaborator

@dhardy dhardy commented Feb 24, 2024

It turns out that the clock example wouldn't run at all on X11 due to a missing resize, so we should do that anyway (even though it may be redundant). If we had more platform-specific code here, we should be able to avoid this issue on Wayland at least. See github.com/rust-windowing/winit/issues/3192

@dhardy dhardy merged commit 49ce75b into master Feb 27, 2024
5 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

1 participant