protocols: implement pointer-warp-v1 (#11469)
This commit is contained in:
parent
05a1c0aa73
commit
ea42041f93
17 changed files with 699 additions and 5 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue