From e771ca91d76f2d35ed8fc65479666d2b0ac27ae8 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 2 Sep 2019 20:57:08 +0300 Subject: [PATCH] protocol: add a comment about the wl_shm.format script Add a comment to wl_shm.format to advise contributors to use the automated script (generate-shm-formats.py) instead of updating the list manually. Signed-off-by: Simon Ser --- protocol/wayland.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 94d4222..0833e2e 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -293,10 +293,12 @@ formats are optional and may not be supported by the particular renderer in use. - The drm format codes match the macros defined in drm_fourcc.h. - The formats actually supported by the compositor will be - reported by the format event. + The drm format codes match the macros defined in drm_fourcc.h, except + argb8888 and xrgb8888. The formats actually supported by the compositor + will be reported by the format event. +