Added missing error specification for glfwWaitEventsTimeout.

This commit is contained in:
Sylvain Boilard 2018-09-13 16:23:44 +02:00
parent 15cad02235
commit bfa61d5b22

View File

@ -3762,6 +3762,9 @@ GLFWAPI void glfwWaitEvents(void);
*
* @param[in] timeout The maximum amount of time, in seconds, to wait.
*
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref
* GLFW_PLATFORM_ERROR and @ref GLFW_INVALID_VALUE.
*
* @reentrancy This function must not be called from a callback.
*
* @thread_safety This function must only be called from the main thread.