|
|
@ -251,6 +251,7 @@ void glfwDefaultWindowHints(void) |
|
|
|
_glfw.hints.window.decorated = GLFW_TRUE; |
|
|
|
_glfw.hints.window.decorated = GLFW_TRUE; |
|
|
|
_glfw.hints.window.focused = GLFW_TRUE; |
|
|
|
_glfw.hints.window.focused = GLFW_TRUE; |
|
|
|
_glfw.hints.window.autoIconify = GLFW_TRUE; |
|
|
|
_glfw.hints.window.autoIconify = GLFW_TRUE; |
|
|
|
|
|
|
|
_glfw.hints.window.centerCursor = GLFW_TRUE; |
|
|
|
|
|
|
|
|
|
|
|
// The default is 24 bits of color, 24 bits of depth and 8 bits of stencil,
|
|
|
|
// The default is 24 bits of color, 24 bits of depth and 8 bits of stencil,
|
|
|
|
// double buffered
|
|
|
|
// double buffered
|
|
|
|