-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: https://github.com/servo/glutin/blob/63026a0f4c8ba8bdc40787f8305ab008e5eb45e3/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
- Loading branch information
1 parent
0b922ad
commit be6d2ed
Showing
2 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters