winit-sonoma-fix/examples
Kirill Chibisov e23186db8e
Disallow cleanup for TLS in examples
Fixes issue on Wayland due to drop order, since TLS is being dropped
after the event loop, while it shouldn't. In particular it fixes the
crash in the window_run_return example.
2023-06-26 01:04:38 +04:00
..
util Disallow cleanup for TLS in examples 2023-06-26 01:04:38 +04:00
child_window.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
control_flow.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
cursor.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
cursor_grab.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
custom_events.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
drag_window.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
fullscreen.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
handling_close.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
icon.png Window icons (#497) 2018-05-07 17:36:21 -04:00
ime.rs Provide a way to set cursor area for IME cursor 2023-06-22 19:12:14 +00:00
key_binding.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
monitor_list.rs Properly print outputs in monitor_list example 2023-01-30 14:17:41 +03:00
mouse_wheel.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
multithreaded.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
multiwindow.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
request_redraw.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
request_redraw_threaded.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
resizable.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
theme.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
timer.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
touchpad_gestures.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
transparent.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
video_modes.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
web.rs Implement ResizeObserver (#2859) 2023-06-14 09:43:53 +02:00
web_aspect_ratio.rs On Web, implement Send and Sync where appropriate (#2834) 2023-06-05 02:44:54 +02:00
window.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_buttons.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_debug.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_drag_resize.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_icon.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_option_as_alt.rs Bring OptionAsAlt back for macOS 2023-06-20 19:07:49 +00:00
window_resize_increments.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_run_return.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00