logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 026f52630930cc3c17aa1ca624ee6cdb5ebea266
parent f508bb9489cbb85619ddf3259fdbf4cb98145618
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Thu, 17 Jun 2021 19:30:33 -0500

wayland-protocols: add text-input protocol

Diffstat:

Mpkg/wayland-protocols/gen.lua8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/pkg/wayland-protocols/gen.lua b/pkg/wayland-protocols/gen.lua @@ -29,6 +29,12 @@ waylandproto('unstable/xdg-decoration/xdg-decoration-unstable-v1.xml', { code='xdg-decoration-unstable-v1-protocol.c', }) +waylandproto('unstable/text-input/text-input-unstable-v3.xml', { + client='include/text-input-unstable-v3-client-protocol.h', + server='include/text-input-unstable-v3-server-protocol.h', + code='text-input-unstable-v3-protocol.c', +}) + pkg.hdrs = { '$outdir/include/presentation-time-client-protocol.h', '$outdir/include/xdg-shell-client-protocol.h', @@ -39,6 +45,8 @@ pkg.hdrs = { '$outdir/include/linux-dmabuf-unstable-v1-server-protocol.h', '$outdir/include/xdg-decoration-unstable-v1-client-protocol.h', '$outdir/include/xdg-decoration-unstable-v1-server-protocol.h', + '$outdir/include/text-input-unstable-v3-client-protocol.h', + '$outdir/include/text-input-unstable-v3-server-protocol.h', } fetch 'git'