mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend: document that buffer_caps/features are mutable
This commit is contained in:
parent
b908d865b1
commit
6f6268988b
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue