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

Is it possible to make an existing window fullscreen? #72

Closed
tomaka opened this issue Nov 3, 2016 · 4 comments
Closed

Is it possible to make an existing window fullscreen? #72

tomaka opened this issue Nov 3, 2016 · 4 comments

Comments

@tomaka
Copy link
Contributor

tomaka commented Nov 3, 2016

Original: rust-windowing/glutin#782

@tomaka tomaka added the S - api Design and usability label Nov 3, 2016
jrmuizel pushed a commit to jrmuizel/winit that referenced this issue Mar 29, 2017
…glennw

cocoa: Post Awakened events at the end of the queue to avoid floods.

Closes servo/webrender#179.

r? @glennw

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/glutin/72)
<!-- Reviewable:end -->
@francesca64
Copy link
Member

This has been in the API as Window::set_fullscreen since #130, but it's only implemented on X11.

@francesca64
Copy link
Member

Thanks to #457, this is now implemented on Windows.

@francesca64
Copy link
Member

This was also implemented on Wayland back in #383.

@francesca64
Copy link
Member

With #465, this is now implemented everywhere.

tmfink pushed a commit to tmfink/winit that referenced this issue Jan 5, 2022
This doesn't break meshes the way the previous "discard if too thin"
code did. It fixes several issues observed on Wikipedia when using
Pathfinder in Firefox.

Closes rust-windowing#72.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants