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

Locking window size or disabling resizing #877

Closed
evrimoztamur opened this issue Apr 29, 2017 · 3 comments
Closed

Locking window size or disabling resizing #877

evrimoztamur opened this issue Apr 29, 2017 · 3 comments

Comments

@evrimoztamur
Copy link

I've been looking at past commits and it seems like #681 and #683 were never fully implemented. Seeing there is no progress on either one of these commits for over a year, I was wondering if any help is needed on this end.

Disabling resizing is a feature I need while using glium/glutin, so I'd appreciate it if anybody could direct me to the necessary changes required for this. The addition of a resizable flag to glutin::WindowAttributes would be very useful.

@TakWolf
Copy link

TakWolf commented Oct 5, 2017

I have the same problem. What is the progress?
glutin‘s everything is great, except for this resizable flag.
So I had to use sdl to overdo it.

Whether there is a completed plan, or what is the current difficulty?

@Dooskington
Copy link

Dooskington commented Nov 28, 2017

Having the same issue - would really love a resizable flag.

I tried to set the min and max dimensions to be the same, but it doesn't work as expected. It disables resizing, but gives the wrong dimensions on Windows (but works on macOS). Basically, I am having the problem described in issue #681

@francesca64
Copy link
Member

This is an issue with winit and should be closed. Relevant: rust-windowing/winit#65 rust-windowing/winit#127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants