protocols: add hyprland_surface_v1 implementation (#8877)

This commit is contained in:
outfoxxed
2025-01-01 15:34:02 -08:00
committed by GitHub
parent 9f3c9ac01a
commit dde3e082c9
11 changed files with 192 additions and 15 deletions

View File

@@ -318,6 +318,7 @@ protocolnew("${HYPRLAND_PROTOCOLS}/protocols" "hyprland-focus-grab-v1" true)
protocolnew("protocols" "wlr-layer-shell-unstable-v1" true)
protocolnew("protocols" "wayland-drm" true)
protocolnew("${HYPRLAND_PROTOCOLS}/protocols" "hyprland-ctm-control-v1" true)
protocolnew("${HYPRLAND_PROTOCOLS}/protocols" "hyprland-surface-v1" true)
protocolnew("staging/tearing-control" "tearing-control-v1" false)
protocolnew("staging/fractional-scale" "fractional-scale-v1" false)