mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
xrt: Minor doc fix
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2322>
This commit is contained in:
parent
3dc17a4801
commit
0628bb5b3b
|
@ -981,8 +981,8 @@ enum xrt_thread_hint
|
|||
*
|
||||
* Common compositor client interface/base.
|
||||
*
|
||||
* A compositor is very much analogous to a `XrSession` but without any of the
|
||||
* input functionality, and does have the same life time as a `XrSession`.
|
||||
* A compositor is very much analogous to an `XrSession` but without any of the
|
||||
* input functionality, and does have the same lifetime as an `XrSession`.
|
||||
*/
|
||||
struct xrt_compositor
|
||||
{
|
||||
|
@ -1385,7 +1385,7 @@ struct xrt_compositor
|
|||
enum xrt_perf_set_level level);
|
||||
|
||||
/*!
|
||||
* @brief Get the extents of the reference space’s bounds rectangle.
|
||||
* @brief Get the extents of the reference space's bounds rectangle.
|
||||
*/
|
||||
xrt_result_t (*get_reference_bounds_rect)(struct xrt_compositor *xc,
|
||||
enum xrt_reference_space_type reference_space_type,
|
||||
|
|
Loading…
Reference in a new issue