aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-07-27 22:24:21 +0200
committerSimon Ser <contact@emersion.fr>2022-07-07 08:35:48 +0000
commit3f90354eb562cbc507c7837e783fd345337f2135 (patch)
tree9e0a62f9e03ffc84149ee8a6809b76430ce23990 /meson.build
parent08067aed0fd5b6ae280ef27c6e465f2d6e1ddb00 (diff)
single-pixel-buffer: new protocol
This protocol allows creating single-pixel buffers. It can be useful to avoid having to allocate a real buffer just to fill it with the same pixel value. Some use-cases include drawing background surfaces or toplevel decorations. Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c593fef..25699f1 100644
--- a/meson.build
+++ b/meson.build
@@ -39,6 +39,7 @@ staging_protocols = {
'xdg-activation': ['v1'],
'drm-lease': ['v1'],
'ext-session-lock': ['v1'],
+ 'single-pixel-buffer': ['v1'],
}
protocol_files = []