mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Added saving of window-no-resize hint.
This commit is contained in:
@@ -633,6 +633,8 @@ int _glfwPlatformOpenWindow(_GLFWwindow* window,
|
||||
window->mousePosX = point.x;
|
||||
window->mousePosY = point.y;
|
||||
|
||||
window->windowNoResize = wndconfig->windowNoResize;
|
||||
|
||||
return GL_TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user