mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2025-01-18 10:27:00 +01:00
Fixup reference to liftoff_layer_get_plane_id in docs
This commit is contained in:
parent
f1c2ac1981
commit
326c8d67ad
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ uint32_t liftoff_plane_get_id(struct liftoff_plane *plane);
|
|||
* Build a layer to plane mapping and append the plane configuration to `req`.
|
||||
*
|
||||
* Callers are expected to commit `req` afterwards and can read the layer to
|
||||
* plane mapping with `liftoff_layer_get_plane_id`.
|
||||
* plane mapping with `liftoff_layer_get_plane`.
|
||||
*
|
||||
* `flags` is the atomic commit flags the caller intends to use.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue