winit/src/platform_impl/macos
Shane Pearman 422c6b1987
Allow introspection of WindowBuilder attributes
Makes WindowAttributes public and adds window_attributes() getter to
WindowBuilder.

In version 0.27, the WindowAttributes struct was made private, but this
removed the ability to introspect the default WindowBuilder values.
2023-01-27 08:38:56 +03:00
..
appkit Add WindowBuilder::with_active 2023-01-27 08:08:29 +03:00
util fix unnecessary cast lint (#2596) 2022-12-22 20:35:33 +01:00
app.rs Simplify event queuing on macOS (#2642) 2023-01-22 23:29:38 +01:00
app_delegate.rs macOS: Fix ApplicationDelegate::init (#2566) 2022-11-23 15:23:06 +01:00
app_state.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
event.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
event_loop.rs On macOS, add EventLoopBuilderExtMacOS::with_activate_ignoring_other_apps (#2551) 2022-11-23 13:42:46 +01:00
ffi.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
menu.rs Only build, but don't run tests in MSRV CI (#2558) 2022-11-23 13:07:58 +01:00
mod.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
monitor.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
observer.rs Fix runloop entry (#2480) 2022-09-08 21:56:53 +02:00
view.rs Simplify event queuing on macOS (#2642) 2023-01-22 23:29:38 +01:00
window.rs Allow introspection of WindowBuilder attributes 2023-01-27 08:38:56 +03:00
window_delegate.rs Add WindowBuilder::with_active 2023-01-27 08:08:29 +03:00