protocols: add hyprland_lock_notify_v1 implementation (#9092)
This commit is contained in:
parent
8dd2cd41fb
commit
407453166c
8 changed files with 154 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ wayland_protos = dependency(
|
|||
|
||||
hyprland_protos = dependency(
|
||||
'hyprland-protocols',
|
||||
version: '>=0.4',
|
||||
version: '>=0.6',
|
||||
fallback: 'hyprland-protocols',
|
||||
)
|
||||
|
||||
|
|
@ -40,6 +40,7 @@ protocols = [
|
|||
hyprland_protocol_dir / 'protocols/hyprland-focus-grab-v1.xml',
|
||||
hyprland_protocol_dir / 'protocols/hyprland-ctm-control-v1.xml',
|
||||
hyprland_protocol_dir / 'protocols/hyprland-surface-v1.xml',
|
||||
hyprland_protocol_dir / 'protocols/hyprland-lock-notify-v1.xml',
|
||||
wayland_protocol_dir / 'staging/tearing-control/tearing-control-v1.xml',
|
||||
wayland_protocol_dir / 'staging/fractional-scale/fractional-scale-v1.xml',
|
||||
wayland_protocol_dir / 'unstable/xdg-output/xdg-output-unstable-v1.xml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue