Documented GLFW_DECORATED.

This commit is contained in:
Camilla Berglund
2013-04-08 15:28:38 +02:00
parent 49db3b2a9e
commit 7b5b33ee3b
2 changed files with 7 additions and 0 deletions

View File

@@ -1363,6 +1363,8 @@ GLFWAPI GLFWmonitor* glfwGetWindowMonitor(GLFWwindow* window);
* The `GLFW_RESIZABLE` parameter indicates whether the window is resizable
* by the user.
*
* The `GLFW_DECORATED` parameter indicates whether the window is decorated.
*
* @par Context parameters
*
* The `GLFW_CLIENT_API` parameter indicates the client API provided by the