Add GLFW_COCOA_FRAME_AUTOSAVE

Fixes #195.
This commit is contained in:
Camilla Löwy
2017-01-01 19:41:50 +01:00
parent 0f488ac286
commit 4661315192
6 changed files with 20 additions and 0 deletions
+1
View File
@@ -266,6 +266,7 @@ struct _GLFWwndconfig
GLFWbool maximized;
struct {
GLFWbool retina;
GLFWbool frame;
} ns;
};