Fix crash when running iPad build on macOS

This commit is contained in:
Arend van Beelen jr
2023-11-22 13:14:51 +01:00
committed by GitHub
parent 7bed5eecfd
commit d3ca685b77
3 changed files with 14 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ Unreleased` header.
# Unreleased
- Fix crash when running iOS app on macOS.
- On X11, check common alternative cursor names when loading cursor.
- On Windows, fix so `drag_window` and `drag_resize_window` can be called from another thread.
- On Windows, fix `set_control_flow` in `AboutToWait` not being taken in account.