Update GLFW from upstream

This commit is contained in:
Kovid Goyal
2018-09-04 09:49:18 +05:30
parent e630b76fac
commit f5cc2fd8ad
10 changed files with 385 additions and 147 deletions

4
kitty/glfw-wrapper.h generated
View File

@@ -734,6 +734,10 @@ typedef int (* GLFWapplicationshouldhandlereopenfun)(int);
* [attribute](@ref GLFW_CLIENT_API_attrib).
*/
#define GLFW_CONTEXT_CREATION_API 0x0002200B
/*! @brief Window content area scaling window
* [window hint](@ref GLFW_SCALE_TO_MONITOR).
*/
#define GLFW_SCALE_TO_MONITOR 0x0002200C
#define GLFW_COCOA_RETINA_FRAMEBUFFER 0x00023001
#define GLFW_COCOA_FRAME_NAME 0x00023002