mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 22:30:04 -04:00
[macOS] implement HiDPIFactorChanged event on relevant events: (#443)
* moving window to another screen * changing resolution of screen
This commit is contained in:
committed by
Francesca Frangipane
parent
e36fd1788d
commit
f08bf44670
@@ -2,6 +2,7 @@
|
||||
|
||||
- Overhauled X11 window geometry calculations. `get_position` and `set_position` are more universally accurate across different window managers, and `get_outer_size` actually works now.
|
||||
- Fixed SIGSEGV/SIGILL crashes on macOS caused by stabilization of the `!` (never) type.
|
||||
- Implement `WindowEvent::HiDPIFactorChanged` for macOS
|
||||
|
||||
# Version 0.12.0 (2018-04-06)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user