mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Added saving of window-no-resize hint.
This commit is contained in:
parent
c0b5ad8896
commit
df63d148e5
@ -633,6 +633,8 @@ int _glfwPlatformOpenWindow(_GLFWwindow* window,
|
|||||||
window->mousePosX = point.x;
|
window->mousePosX = point.x;
|
||||||
window->mousePosY = point.y;
|
window->mousePosY = point.y;
|
||||||
|
|
||||||
|
window->windowNoResize = wndconfig->windowNoResize;
|
||||||
|
|
||||||
return GL_TRUE;
|
return GL_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user