Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal
2020-06-04 07:15:09 +05:30

2
glfw/glfw3.h vendored
View File

@@ -1868,6 +1868,8 @@ GLFWAPI void glfwRemoveTimer(unsigned long long);
* call this function, as it is called by @ref glfwInit before it returns
* failure.
*
* This function has no effect if GLFW is not initialized.
*
* @errors Possible errors include @ref GLFW_PLATFORM_ERROR.
*
* @remark This function may be called before @ref glfwInit.