diff options
| author | Michael Forney <mforney@mforney.org> | 2023-03-17 13:11:19 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2023-03-17 23:35:23 -0700 |
| commit | 8eba2dc601580585ef34be71774202fd96a3d235 (patch) | |
| tree | 4eff146d60001437cd25f64dfb867e14cc5b0f3a /pkg/wayland-protocols | |
| parent | ae4f8c42bc23ca0194abc33dd5cabb414c823a13 (diff) | |
wayland-protocols: Add viewporter protocol
Diffstat (limited to 'pkg/wayland-protocols')
| -rw-r--r-- | pkg/wayland-protocols/gen.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/wayland-protocols/gen.lua b/pkg/wayland-protocols/gen.lua index 3ff413bc..ac5b5ce3 100644 --- a/pkg/wayland-protocols/gen.lua +++ b/pkg/wayland-protocols/gen.lua @@ -5,6 +5,11 @@ waylandproto('stable/presentation-time/presentation-time.xml', { code='presentation-time-protocol.c', }) +waylandproto('stable/viewporter/viewporter.xml', { + client='include/viewporter-client-protocol.h', + code='viewporter-protocol.c', +}) + waylandproto('stable/xdg-shell/xdg-shell.xml', { client='include/xdg-shell-client-protocol.h', server='include/xdg-shell-server-protocol.h', |
