Bump bundled Wayland version so we can use the new cursor shape protocol

The existing wayland cursor shape protocol is an awful mess with a years
long unfixed crashing bug: https://github.com/kovidgoyal/kitty/issues/4878#issuecomment-1134259604

If this new protocol is adopted by most compositors it can work around
this. Currently wlroots and KDE I think. GNOME as usual will likely
refuse to implement anything actually useful.
This commit is contained in:
Kovid Goyal
2023-09-02 13:41:07 +05:30
parent 951951776a
commit 2f20bb3f43
2 changed files with 8 additions and 7 deletions

View File

@@ -78,7 +78,8 @@
"unstable/xdg-decoration/xdg-decoration-unstable-v1.xml",
"unstable/primary-selection/primary-selection-unstable-v1.xml",
"unstable/text-input/text-input-unstable-v3.xml",
"staging/xdg-activation/xdg-activation-v1.xml"
"staging/xdg-activation/xdg-activation-v1.xml",
"staging/cursor-shape/cursor-shape-v1.xml"
],
"sources": [
"wl_init.c",