mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 22:14:53 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user