Wayland: Fix fallback decoration scroll events

The fallback decorations would emit scroll events as if scrolling had
occurred over the content area of the window.
This commit is contained in:
Camilla Löwy
2025-07-18 16:35:57 +02:00
parent 645a35a38e
commit 161fb1b6f6
2 changed files with 9 additions and 5 deletions

View File

@@ -137,6 +137,7 @@ information on what to include when reporting a bug.
- [Wayland] Bugfix: Keyboard leave event handler now processes key repeats (#2736)
- [Wayland] Bugfix: Retrieved cursor position would be incorrect when hovering over
fallback decorations
- [Wayland] Bugfix: Fallback decorations would report scroll events
- [X11] Bugfix: Running without a WM could trigger an assert (#2593,#2601,#2631)
- [Null] Added Vulkan 'window' surface creation via `VK_EXT_headless_surface`
- [Null] Added EGL context creation on Mesa via `EGL_MESA_platform_surfaceless`