Wayland KDE: Fix mouse cursor hiding not working in Plasma 6

kwin in Plasma 6 now requires usage of pointer_enter_serial instead of
last received serial for wl_set_cursor_image(). Hopefully, this wont
break any other compositors.

Fixes #7265
This commit is contained in:
Kovid Goyal
2024-03-26 09:02:59 +05:30
parent cd5099d6f7
commit db3a49fc4b
2 changed files with 20 additions and 20 deletions

View File

@@ -60,6 +60,8 @@ Detailed list of changes
- Wayland KDE: Support :opt:`background_blur`
- Wayland KDE: Fix mouse cursor hiding not working in Plasma 6 (:iss:`7265`)
- A new option :opt:`terminfo_type` to allow passing the terminfo database embedded into the :envvar:`TERMINFO` env var directly instead of via a file
- Mouse reporting: Fix drag release event outside the window not being reported in legacy mouse reporting modes (:iss:`7244`)