mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +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.
|
* Common compositor client interface/base.
|
||||||
*
|
*
|
||||||
* A compositor is very much analogous to a `XrSession` but without any of the
|
* A compositor is very much analogous to an `XrSession` but without any of the
|
||||||
* input functionality, and does have the same life time as a `XrSession`.
|
* input functionality, and does have the same lifetime as an `XrSession`.
|
||||||
*/
|
*/
|
||||||
struct xrt_compositor
|
struct xrt_compositor
|
||||||
{
|
{
|
||||||
|
@ -1385,7 +1385,7 @@ struct xrt_compositor
|
||||||
enum xrt_perf_set_level level);
|
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,
|
xrt_result_t (*get_reference_bounds_rect)(struct xrt_compositor *xc,
|
||||||
enum xrt_reference_space_type reference_space_type,
|
enum xrt_reference_space_type reference_space_type,
|
||||||
|
|
Loading…
Reference in a new issue