diff options
| author | Nihal Jere <nihal@nihaljere.xyz> | 2021-06-17 19:30:33 -0500 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-06-26 23:22:34 -0700 |
| commit | 026f52630930cc3c17aa1ca624ee6cdb5ebea266 (patch) | |
| tree | 19a8ff2b76dac9035b782dadab448ef5fdf7268f /pkg | |
| parent | f508bb9489cbb85619ddf3259fdbf4cb98145618 (diff) | |
wayland-protocols: add text-input protocol
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/wayland-protocols/gen.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/wayland-protocols/gen.lua b/pkg/wayland-protocols/gen.lua index 8dcbedb4..3ff413bc 100644 --- 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' |
