mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-10 15:58:06 +00:00
xrt: Add new error code
This commit is contained in:
parent
2ab99b821b
commit
1f3896d729
|
@ -57,4 +57,8 @@ typedef enum xrt_result
|
|||
* is not supported by the display.
|
||||
*/
|
||||
XRT_ERROR_EGL_CONFIG_MISSING = -12,
|
||||
/*!
|
||||
* Failed to initialize threading components.
|
||||
*/
|
||||
XRT_ERROR_THREADING_INIT_FAILURE = -14,
|
||||
} xrt_result_t;
|
||||
|
|
Loading…
Reference in a new issue