Wayland: Fix missing fullscreen code path

glfwRestoreWindow assumed it was only called in windowed mode.
This commit is contained in:
Camilla Löwy
2022-06-19 18:30:03 +02:00
parent f39ffefb6a
commit fdc72edf81
2 changed files with 12 additions and 3 deletions
+1
View File
@@ -338,6 +338,7 @@ information on what to include when reporting a bug.
- [Wayland] Bugfix: A window maximized or restored by the user would enter an
inconsistent state
- [Wayland] Bugfix: Window maximization events were not emitted
- [Wayland] Bugfix: `glfwRestoreWindow` assumed it was always in windowed mode
- [POSIX] Removed use of deprecated function `gettimeofday`
- [POSIX] Bugfix: `CLOCK_MONOTONIC` was not correctly tested for or enabled
- [WGL] Disabled the DWM swap interval hack for Windows 8 and later (#1072)