Backends: OSX: fixed NSAppKitVersion version limit for setWantsBestResolutionOpenGLSurface usage. (#7814)

This commit is contained in:
chenqiudu
2024-07-23 20:50:02 +08:00
committed by ocornut
parent 271910e349
commit aa0f6b37bd
2 changed files with 3 additions and 1 deletions

View File

@@ -167,6 +167,8 @@ Other changes:
Docking+Viewports Branch:
- Backends: OSX: Fixed NSAppKitVersion version limit for setWantsBestResolutionOpenGLSurface
usage. (#7814) [@YGXXD]
- Backends: SDL3: Fixed a bug preventing ImGuiViewportFlags_NoFocusOnAppearing support from
working (Windows only).