Wayland: Fix error from glfwSetWindowAspectRatio

The aspect ratio was applied during resize but any call to
glfwSetWindowAspectRatio emitted a GLFW_FEATURE_UNIMPLEMENTED error.

(cherry picked from commit 91f18fb576)
This commit is contained in:
Camilla Löwy
2022-06-14 20:37:31 +02:00
parent 48e0e0acf5
commit 6b9087c575
2 changed files with 16 additions and 2 deletions
+2
View File
@@ -174,6 +174,8 @@ information on what to include when reporting a bug.
scale
- [Wayland] Bugfix: Window content scale events were not emitted when monitor
scale changed
- [Wayland] Bugfix: `glfwSetWindowAspectRatio` reported an error instead of
applying the specified ratio
## Contact