winit/examples
Kirill Chibisov f1c5afd84e monitor: refactor MonitorHandle to store dyn object
This also alters `VideoMode` to be a regular object and not reference
the `MonitorHandle`, since it's a static data.

Given that `VideoMode` set may change during runtime keeping the
reference as a some sort of validity may not be idea and propagating
errors when changing video mode could be more reliable.
2025-03-07 19:22:12 +03:00
..
data Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
util examples/child_window: use distinct color/position for children 2025-01-10 18:07:17 +03:00
application.rs monitor: refactor MonitorHandle to store dyn object 2025-03-07 19:22:12 +03:00
child_window.rs Properly implement Debug for Window and EventLoop types (#3297) 2025-03-03 08:40:04 +01:00
control_flow.rs Properly implement Debug for Window and EventLoop types (#3297) 2025-03-03 08:40:04 +01:00
dnd.rs Properly implement Debug for Window and EventLoop types (#3297) 2025-03-03 08:40:04 +01:00
pump_events.rs Properly implement Debug for Window and EventLoop types (#3297) 2025-03-03 08:40:04 +01:00
run_on_demand.rs Properly implement Debug for Window and EventLoop types (#3297) 2025-03-03 08:40:04 +01:00
window.rs Properly implement Debug for Window and EventLoop types (#3297) 2025-03-03 08:40:04 +01:00
x11_embed.rs Properly implement Debug for Window and EventLoop types (#3297) 2025-03-03 08:40:04 +01:00