From b24b50ec0c1c54a14acf34df2c95b37043d15b49 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 18 Jan 2022 19:48:40 +0100 Subject: single-pixel-buffer-v1: new protocol implementation This implements the single-pixel-buffer-v1 protocol [1], to allow clients to create 1x1 buffers with a single color. [1]: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/104 --- protocol/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'protocol') diff --git a/protocol/meson.build b/protocol/meson.build index 4cc01874..920c181c 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -21,6 +21,7 @@ protocols = { 'xdg-activation-v1': wl_protocol_dir / 'staging/xdg-activation/xdg-activation-v1.xml', 'drm-lease-v1': wl_protocol_dir / 'staging/drm-lease/drm-lease-v1.xml', 'ext-session-lock-v1': wl_protocol_dir / 'staging/ext-session-lock/ext-session-lock-v1.xml', + 'single-pixel-buffer-v1': wl_protocol_dir / 'staging/single-pixel-buffer/single-pixel-buffer-v1.xml', # Unstable upstream protocols 'fullscreen-shell-unstable-v1': wl_protocol_dir / 'unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml', -- cgit v1.2.3