wayland: Implement size limits and aspect ratio

This commit is contained in:
Emmanuel Gil Peyrot
2016-04-09 00:42:58 +01:00
committed by Camilla Berglund
parent 0b6a4313dd
commit f0f5d9f644
2 changed files with 31 additions and 6 deletions

View File

@@ -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.
*