While trying to solve #923 I discovered that rust-windowing/winit#2859 fixed it properly, but this is not in a shipped non-beta version of winit, and testing the beta version of it, there are many breaking changes with regards to the enums (some of which we re-export in shared_types). This will require a bit more work.
In the meantime, I'm forcing a resize event to fix the issue.
While trying to solve #923 I discovered that rust-windowing/winit#2859 fixed it properly, but this is not in a shipped non-beta version of
winit, and testing the beta version of it, there are many breaking changes with regards to the enums (some of which we re-export inshared_types). This will require a bit more work.In the meantime, I'm forcing a resize event to fix the issue.