From 6f6268988be93c4564e7b5be8cd46e62cd18e107 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 25 Dec 2024 18:44:17 +0100 Subject: [PATCH] backend: document that buffer_caps/features are mutable --- include/wlr/backend.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wlr/backend.h b/include/wlr/backend.h index fdcc4ad5c..ad8070c23 100644 --- a/include/wlr/backend.h +++ b/include/wlr/backend.h @@ -25,6 +25,9 @@ struct wlr_backend_output_state { /** * A backend provides a set of input and output devices. + * + * Buffer capabilities and features can change over the lifetime of a backend, + * for instance when a child backend is added to a multi-backend. */ struct wlr_backend { const struct wlr_backend_impl *impl;