summaryrefslogtreecommitdiff
path: root/pkg/wayland-protocols
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2023-03-17 13:11:19 -0700
committerMichael Forney <mforney@mforney.org>2023-03-17 23:35:23 -0700
commit8eba2dc601580585ef34be71774202fd96a3d235 (patch)
tree4eff146d60001437cd25f64dfb867e14cc5b0f3a /pkg/wayland-protocols
parentae4f8c42bc23ca0194abc33dd5cabb414c823a13 (diff)
wayland-protocols: Add viewporter protocol
Diffstat (limited to 'pkg/wayland-protocols')
-rw-r--r--pkg/wayland-protocols/gen.lua5
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',