viewporter: new protocol implementation

Closes: https://github.com/swaywm/wlroots/issues/633
This commit is contained in:
Simon Ser 2020-03-31 15:19:08 +02:00 committed by Drew DeVault
parent c618a76540
commit 9e68ed2159
4 changed files with 260 additions and 0 deletions

View file

@ -14,6 +14,7 @@ protocols = {
# Stable upstream protocols
'xdg-shell': wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml',
'presentation-time': wl_protocol_dir / 'stable/presentation-time/presentation-time.xml',
'viewporter': wl_protocol_dir / 'stable/viewporter/viewporter.xml',
# Unstable upstream protocols
'fullscreen-shell-unstable-v1': wl_protocol_dir / 'unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml',
'idle-inhibit-unstable-v1': wl_protocol_dir / 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml',