winit/src/platform_impl/macos
Mads Marquart 39dd30c239
Fix CGDisplayCreateUUIDFromDisplayID linking (again) (#2078)
See also https://github.com/rust-windowing/winit/pull/1626.

The `cocoa` crate links to AppKit, which made the symbol `CGDisplayCreateUUIDFromDisplayID` from ApplicationServices/ColorSync (which AppKit uses internally) available to us on macOS 10.8 to 10.13.

However, this does not work on macOS 10.7 (where AppKit does not link to ColorSync internally). Instead of relying on this, we should just link to ApplicationServices directly.
2022-01-05 14:38:24 +01:00
..
util Revert "Add composition event on macOS (#1979)" (#2119) 2022-01-02 22:01:51 +01:00
app.rs MacOS: Only activate after the application has finished launching (#1903) 2021-04-29 19:49:17 +02:00
app_delegate.rs Allow preventing the creation of the default menu (#1923) 2021-04-30 13:34:50 +02:00
app_state.rs macOS: Fix native file dialogs freezing the event loop (#2027) 2021-11-04 11:37:02 -07:00
event.rs Prefix numpad virtual key codes with Numpad 2020-09-20 12:58:24 +03:00
event_loop.rs macOS move impl details of platform into platform_impl 2021-12-01 14:20:56 +03:00
ffi.rs Fix CGDisplayCreateUUIDFromDisplayID linking (again) (#2078) 2022-01-05 14:38:24 +01:00
menu.rs Use objc's autoreleasepool instead of manually with NSAutoreleasePool (#1936) 2021-05-27 17:38:41 +02:00
mod.rs Clippy fixes (#2011) 2021-08-30 19:40:02 +02:00
monitor.rs Fix warnings (#2076) 2021-12-11 03:02:48 +01:00
observer.rs Fix for closure-captured values not being dropped on panic (#1853) 2021-03-08 19:56:39 +01:00
view.rs Revert "Add composition event on macOS (#1979)" (#2119) 2022-01-02 22:01:51 +01:00
window.rs Update raw-window-handle to 0.4.1 (#1957) 2021-11-30 17:50:23 +01:00
window_delegate.rs Show the menu bar in borderless fullscreen on macOS (#2053) 2021-11-19 13:05:36 -08:00