mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 14:50:04 -04:00
windows: Adjust min_dimensions and max_dimensions using AdjustWindowRectEx. (#444)
This commit is contained in:
committed by
Francesca Frangipane
parent
bdc01fee1a
commit
c327960f3e
@@ -16,6 +16,7 @@
|
||||
- Fixed thread safety issues with input methods on X11.
|
||||
- Add support for `Touch` for win32 backend.
|
||||
- Fixed `Window::get_inner_size` and friends to return the size in pixels instead of points when using HIDPI displays on OSX.
|
||||
- Properly calculate the minimum and maximum window size on Windows, including window decorations.
|
||||
|
||||
# Version 0.11.3 (2018-03-28)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user