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

This commit is contained in:
Kovid Goyal 2019-10-09 22:15:38 +05:30
commit eb9fe06d10
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

2
glfw/glfw3.h vendored
View File

@ -1995,7 +1995,7 @@ GLFWAPI void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos);
* @param[out] xpos Where to store the monitor x-coordinate, or `NULL`.
* @param[out] ypos Where to store the monitor y-coordinate, or `NULL`.
* @param[out] width Where to store the monitor width, or `NULL`.
* @param[out] height Where to store the monitor height, or `NULL`.
* @param[out] height Where to store the monitor height, or `NULL`.
*
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref
* GLFW_PLATFORM_ERROR.