mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-17 19:20:13 +00:00
c/main: a->an
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2322>
This commit is contained in:
parent
78ce8b8f0e
commit
4bf07bf515
src/xrt/compositor/main
|
@ -169,7 +169,7 @@ struct comp_compositor
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Convenience function to convert a xrt_compositor to a comp_compositor.
|
* Convenience function to convert an xrt_compositor to a comp_compositor.
|
||||||
*
|
*
|
||||||
* @private @memberof comp_compositor
|
* @private @memberof comp_compositor
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* @author Jakob Bornecrantz <jakob@collabora.com>
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
||||||
* @ingroup comp_main
|
* @ingroup comp_main
|
||||||
*
|
*
|
||||||
* Formerly a header for defining a XRT graphics provider.
|
* Formerly a header for defining an XRT graphics provider.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
Loading…
Reference in a new issue