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
commit 45c00d0b1f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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.