From 8eba2dc601580585ef34be71774202fd96a3d235 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 17 Mar 2023 13:11:19 -0700 Subject: wayland-protocols: Add viewporter protocol --- pkg/wayland-protocols/gen.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkg') 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', -- cgit v1.2.3