mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00: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->mousePosX = point.x;
|
||||||
window->mousePosY = point.y;
|
window->mousePosY = point.y;
|
||||||
|
|
||||||
|
window->windowNoResize = wndconfig->windowNoResize;
|
||||||
|
|
||||||
return GL_TRUE;
|
return GL_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user