-
Notifications
You must be signed in to change notification settings - Fork 925
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
Redraw Requested not issued for glutin examples (winit examples too?) until at least one other event has been issued. #987
Comments
This is probably related to an issue I see in EL 2.0 on macOS (legacy examples work fine in that regard). Most examples work like this: I press the window's close button - nothing happens - I move the mouse slightly - window closes. I suspect returning |
Is this running on winit master? Because it sounds like the kind of bug I expected from #982, but didn't show up for me in testing. |
Yes, was done against master. |
Issue was present before #982, on x11. I'm afraid I lack time to git bisect this issue. |
I only discovered this after setting I thought manually calling |
Have any of the various bugfixes we've made in the past six months or so addressed this? |
I ran into this issue today when experimenting with Glutin examples. |
I think this is fixed in some form. Though, it'll be fixed once #2900 lands. |
The glutin examples for some reason don't draw until you've moved the mouse or pressed a key at least once. I suspect this is a winit bug. Found while testing out #925 .
The text was updated successfully, but these errors were encountered: