···18311831struct xrt_system_compositor;
1832183218331833/*!
18341834+ * @interface xrt_multi_compositor_control
18341835 * Special functions to control multi session/clients.
18351836 */
18361837struct xrt_multi_compositor_control
···18811882 * This signals that you want to start XR, and as such implicitly brings
18821883 * up a new session. Does not "call" `xrBeginSession`.
18831884 *
18841884- * Some system compositors might only support that one `xrt_compositor`
18851885- * is always at a time, will return `XRT_ERROR_MULTI_SESSION_NOT_IMPLEMENTED`
18851885+ * Some system compositors might only support that one `xrt_compositor`
18861886+ * is active at a time, will return `XRT_ERROR_MULTI_SESSION_NOT_IMPLEMENTED`
18861887 * if this is the case.
18871888 */
18881889 xrt_result_t (*create_native_compositor)(struct xrt_system_compositor *xsc,
+1-1
src/xrt/include/xrt/xrt_settings.h
···33/*!
44 * @file
55 * @brief Common settings structs to be transferred between different parts of
66- * Monadon.
66+ * Monado, mainly for tracking and camera usage.
77 * @author Jakob Bornecrantz <jakob@collabora.com>
88 * @ingroup xrt_iface
99 */