mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
wayland: Implement size limits and aspect ratio
This commit is contained in:
committed by
Camilla Berglund
parent
0b6a4313dd
commit
f0f5d9f644
@@ -2049,7 +2049,7 @@ GLFWAPI void glfwGetWindowSize(GLFWwindow* window, int* width, int* height);
|
||||
/*! @brief Sets the size limits of the specified window.
|
||||
*
|
||||
* This function sets the size limits of the client area of the specified
|
||||
* window. If the window is full screen, the size limits only take effect if
|
||||
* window. If the window is full screen, the size limits only take effect
|
||||
* once it is made windowed. If the window is not resizable, this function
|
||||
* does nothing.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user