mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-03 21:56:06 +00:00
xrt: Add an XRT_INFINITE_DURATION define
Matches XR_INFINITE_DURATION
This commit is contained in:
parent
588b4831a2
commit
230424eec9
|
@ -1034,6 +1034,13 @@ enum xrt_output_name
|
||||||
|
|
||||||
#define XRT_FREQUENCY_UNSPECIFIED 0
|
#define XRT_FREQUENCY_UNSPECIFIED 0
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Value used as a timeout to indicate the timeout should never occur.
|
||||||
|
*
|
||||||
|
* @ingroup xrt_iface
|
||||||
|
*/
|
||||||
|
#define XRT_INFINITE_DURATION (0x7fffffffffffffffLL)
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* A union of all output types.
|
* A union of all output types.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue