3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-02-04 09:25:33 +00:00

protocols: implement pointer-warp-v1 (#11469)

This commit is contained in:
Ikalco
2025-08-29 15:16:40 -05:00
committed by GitHub
parent 05a1c0aa73
commit ea42041f93
17 changed files with 699 additions and 5 deletions

View File

@ -132,7 +132,7 @@ pkg_check_modules(
xkbcommon
uuid
wayland-server>=1.22.90
wayland-protocols>=1.43
wayland-protocols>=1.45
cairo
pango
pangocairo
@ -383,6 +383,7 @@ protocolnew("staging/xdg-toplevel-tag" "xdg-toplevel-tag-v1" false)
protocolnew("staging/xdg-system-bell" "xdg-system-bell-v1" false)
protocolnew("staging/ext-workspace" "ext-workspace-v1" false)
protocolnew("staging/ext-data-control" "ext-data-control-v1" false)
protocolnew("staging/pointer-warp" "pointer-warp-v1" false)
protocolwayland()