Backends: GLFW: Handle unsupported glfwGetVideoMode() for Emscripten. (#6096)

This is used to populate the monitor array, which is only a requirement for multi-viewport support (which is not supported by Emscripten anyway).
This commit is contained in:
Cody Tapscott
2023-01-18 15:50:55 -07:00
committed by ocornut
parent d822c65317
commit 6342275bbb
2 changed files with 13 additions and 1 deletions

View File

@@ -98,6 +98,15 @@ Other changes:
Note that Linux/Mac still have inconsistent support for multi-viewports. If you want to help see https://github.com/ocornut/imgui/issues/2117.
-----------------------------------------------------------------------
VERSION 1.89.3 (In Progress)
-----------------------------------------------------------------------
Docking+Viewports Branch:
- Backends: GLFW: Handle unsupported glfwGetVideoMode() for Emscripten. (#6096)
-----------------------------------------------------------------------
VERSION 1.89.2 (Released 2023-01-05)
-----------------------------------------------------------------------