Fix MonitorHandle PartialEq and Hash on iOS (#4013)

This commit is contained in:
Mads Marquart
2024-12-03 19:02:53 +01:00
committed by Kirill Chibisov
parent 1fb118031c
commit 1e44c354fe
2 changed files with 37 additions and 3 deletions

View File

@@ -61,3 +61,4 @@ changelog entry.
- On X11, creating windows while passing `with_x11_screen(non_default_screen)` works again.
- On X11, fix XInput handling that prevented a new window from getting the focus in some cases.
- On macOS, fix crash when pressing Caps Lock in certain configurations.
- On iOS, fixed `MonitorHandle`'s `PartialEq` and `Hash` implementations.