winit-sonoma-fix/src/platform/macos
Joe Moon be6d2ed3b9 subclass windows in macos so they can be made resizable even with no decorations (#408)
* make windows without decorations resizable and movable in macos

fixes #368

The subclassing logic was copied from servo's fork of glutin:
63026a0f4c/src/api/cocoa/mod.rs (L418)

* remove `isMovableByWindowBackground` and `mouseDownCanMoveWindow`

* revert example changes

* remove resizable mask from decoration: false

* avoid duplicate class declarations

* update changelog

* fix changelog

* changelog whitespace
2018-04-02 19:12:38 -04:00
..
events_loop.rs Add support for Caret (^) Key in OSX (de_DE) (#380) 2018-01-25 13:32:30 +01:00
mod.rs Remove api_transition macro (#279) 2017-09-06 17:32:24 +02:00
monitor.rs Implement MonitorId::get_hidpi_factor for macOS (#410) 2018-03-06 09:35:04 +01:00
window.rs subclass windows in macos so they can be made resizable even with no decorations (#408) 2018-04-02 19:12:38 -04:00