winit-sonoma-fix/examples
Kirill Chibisov ff0ce9d065
Rename Window::set_inner_size to Window::request_inner_size
Some systems could resize the window immediately and we'd rather
inform the users right away if that was the case, so they could
create e.g. EGLSurface without waiting for resize, which is really
important for Wayland.

Fixes #2868.
2023-07-10 04:02:26 +00: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 Rename Window::set_inner_size to Window::request_inner_size 2023-07-10 04:02:26 +00: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 On Web, implement WindowEvent::Occluded (#2940) 2023-07-10 02:02:38 +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