commit: 8eba2dc601580585ef34be71774202fd96a3d235
parent ae4f8c42bc23ca0194abc33dd5cabb414c823a13
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 17 Mar 2023 13:11:19 -0700
wayland-protocols: Add viewporter protocol
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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',