winit/src/platform_impl
Osspial 6a330a2894
On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366)
* Fix bug causing RedrawRequested events to only get emitted every other iteration of the event loop.

* Initialize simple_logger in examples.

This PR's primary bug was discovered because a friend of mine reported
that winit was emitting concerning log messages, which I'd never seen
since none of the examples print out the log messages. This addresses
that, to hopefully reduce the chance of bugs going unnoticed in the
future.

* Add changelog entry

* Format
2020-01-06 15:28:58 -05:00
..
android Rename hidpi_factor to scale_factor (#1334) 2020-01-05 14:15:12 -05:00
ios Add changelog entry 2020-01-05 16:57:32 -05:00
linux X11: Properly update window size constraints on DPI change (#1356) 2020-01-05 17:04:31 -05:00
macos Add changelog entry 2020-01-05 16:57:32 -05:00
web Rename hidpi_factor to scale_factor (#1334) 2020-01-05 14:15:12 -05:00
windows On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
mod.rs Merge branch 'master' into merge-master-to-web 2019-09-24 14:21:18 -04:00