mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Fix typo in GLFWwindowmaximizefun documentation
Thanks brianzuvich!
Fixes #1764.
(cherry picked from commit 1ed1489831
)
This commit is contained in:
parent
c0704e4a63
commit
bbc4caf04c
@ -1353,7 +1353,7 @@ typedef void (* GLFWwindowiconifyfun)(GLFWwindow*,int);
|
||||
* @endcode
|
||||
*
|
||||
* @param[in] window The window that was maximized or restored.
|
||||
* @param[in] iconified `GLFW_TRUE` if the window was maximized, or
|
||||
* @param[in] maximized `GLFW_TRUE` if the window was maximized, or
|
||||
* `GLFW_FALSE` if it was restored.
|
||||
*
|
||||
* @sa @ref window_maximize
|
||||
|
Loading…
Reference in New Issue
Block a user