mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 13:16:38 +00:00
ipc: Some comment improvements.
This commit is contained in:
parent
7c0df6506b
commit
56dcaf5abf
|
@ -92,6 +92,15 @@ struct ipc_connection
|
|||
*
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Create an IPC client compositor.
|
||||
*
|
||||
* @param ipc_c IPC connection
|
||||
* @param xina Optional native image allocator for client-side allocation. Takes
|
||||
* ownership if one is supplied.
|
||||
* @param xdev Taken in but not used currently @todo remove this param?
|
||||
* @param[out] out_xcn Pointer to receive the created xrt_compositor_native.
|
||||
*/
|
||||
int
|
||||
ipc_client_compositor_create(struct ipc_connection *ipc_c,
|
||||
struct xrt_image_native_allocator *xina,
|
||||
|
|
Loading…
Reference in a new issue