This changes 'Fullscreen::Borderless' enum variant from 'Fullscreen::Borderless(MonitorHandle)' to 'Fullscreen::Borderless(Option<MonitorHandle>)'. Providing 'None' to it will result in picking the current monitor. |
||
|---|---|---|
| .. | ||
| app_state.rs | ||
| event_loop.rs | ||
| ffi.rs | ||
| mod.rs | ||
| monitor.rs | ||
| view.rs | ||
| window.rs | ||