Wayland: Implement GLFW_RESIZABLE for XDG toplevel

This implements GLFW_RESIZABLE for all paths where we manage our own
xdg_toplevel, namely XDG decorations and fallback decorations.

Fixes #2203
This commit is contained in:
Camilla Löwy
2024-02-15 19:45:59 +01:00
parent b61f3fc479
commit 690a15f929
2 changed files with 79 additions and 89 deletions

View File

@@ -182,6 +182,7 @@ information on what to include when reporting a bug.
would abort (#1649)
- [Wayland] Added support for `glfwRequestWindowAttention` (#2287)
- [Wayland] Added support for `glfwFocusWindow`
- [Wayland] Added support for `GLFW_RESIZABLE` (#2203)
- [Wayland] Added support for fractional scaling of window contents
- [Wayland] Added dynamic loading of all Wayland libraries
- [Wayland] Bugfix: `CLOCK_MONOTONIC` was not correctly enabled