winit-sonoma-fix/examples
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
..
cursor.rs 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
cursor_grab.rs 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
custom_events.rs 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
fullscreen.rs 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
handling_close.rs 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
icon.png Window icons (#497) 2018-05-07 17:36:21 -04:00
min_max_size.rs 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
minimize.rs 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
monitor_list.rs 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
multithreaded.rs 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
multiwindow.rs 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
request_redraw.rs 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
resizable.rs 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
timer.rs 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
transparent.rs 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
video_modes.rs 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
web.rs Make examples set control_flow in a more realistic way (#1363) 2020-01-05 02:12:03 -05:00
window.rs 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
window_debug.rs 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
window_icon.rs 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
window_run_return.rs 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