xrt: Add an XRT_INFINITE_DURATION define

Matches XR_INFINITE_DURATION
This commit is contained in:
Ryan Pavlik 2022-05-17 13:17:46 -05:00 committed by Jakob Bornecrantz
parent 588b4831a2
commit 230424eec9

View file

@ -1034,6 +1034,13 @@ enum xrt_output_name
#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.
*