Window handle: Return an error when not on main thread on macOS and iOS (#3288)

This commit is contained in:
Mads Marquart
2023-12-22 23:18:35 +01:00
committed by GitHub
parent 8cd3aaa8a2
commit 4aeeb24745
4 changed files with 13 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ Unreleased` header.
- **Breaking:** On Web, remove queuing fullscreen request in absence of transient activation.
- On Web, fix setting cursor icon overriding cursor visibility.
- **Breaking:** On Web, return `RawWindowHandle::WebCanvas` instead of `RawWindowHandle::Web`.
- **Breaking:** On Web, macOS and iOS, return `HandleError::Unavailable` when a window handle is not available.
# 0.29.5