···1831struct xrt_system_compositor;
18321833/*!
01834 * Special functions to control multi session/clients.
1835 */
1836struct xrt_multi_compositor_control
···1881 * This signals that you want to start XR, and as such implicitly brings
1882 * up a new session. Does not "call" `xrBeginSession`.
1883 *
1884- * Some system compositors might only support that one `xrt_compositor`
1885- * is always at a time, will return `XRT_ERROR_MULTI_SESSION_NOT_IMPLEMENTED`
1886 * if this is the case.
1887 */
1888 xrt_result_t (*create_native_compositor)(struct xrt_system_compositor *xsc,
···1831struct xrt_system_compositor;
18321833/*!
1834+ * @interface xrt_multi_compositor_control
1835 * Special functions to control multi session/clients.
1836 */
1837struct xrt_multi_compositor_control
···1882 * This signals that you want to start XR, and as such implicitly brings
1883 * up a new session. Does not "call" `xrBeginSession`.
1884 *
1885+ * Some system compositors might only support that one `xrt_compositor`
1886+ * is active at a time, will return `XRT_ERROR_MULTI_SESSION_NOT_IMPLEMENTED`
1887 * if this is the case.
1888 */
1889 xrt_result_t (*create_native_compositor)(struct xrt_system_compositor *xsc,
+1-1
src/xrt/include/xrt/xrt_settings.h
···3/*!
4 * @file
5 * @brief Common settings structs to be transferred between different parts of
6- * Monadon.
7 * @author Jakob Bornecrantz <jakob@collabora.com>
8 * @ingroup xrt_iface
9 */
···3/*!
4 * @file
5 * @brief Common settings structs to be transferred between different parts of
6+ * Monado, mainly for tracking and camera usage.
7 * @author Jakob Bornecrantz <jakob@collabora.com>
8 * @ingroup xrt_iface
9 */