Windows: implement resize increments (#3623)

This commit is contained in:
tetra 2024-04-21 13:05:41 +00:00 committed by GitHub
parent be79e8979a
commit babbb715c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 121 additions and 17 deletions

View file

@ -63,6 +63,7 @@ changelog entry.
- On macOS, add services menu.
- On Windows, add `with_title_text_color`, and `with_corner_preference` on
`WindowAttributesExtWindows`.
- On Windows, implement resize increments.
### Changed
@ -253,4 +254,4 @@ changelog entry.
- On Web, fix setting cursor icon overriding cursor visibility.
- On Windows, fix cursor not confined to center of window when grabbed and hidden.
- On macOS, fix sequence of mouse events being out of order when dragging on the trackpad.
- On Wayland, fix decoration glitch on close with some compositors
- On Wayland, fix decoration glitch on close with some compositors.