mirror of
https://github.com/glfw/glfw.git
synced 2024-11-25 22:14:34 +00:00
Added clarification for in-code comments
This commit is contained in:
parent
3eaf1255b2
commit
82ad6fcfd5
@ -3077,7 +3077,7 @@ GLFWAPI void glfwWindowHintString(int hint, const char* value);
|
||||
* This must be greater than zero.
|
||||
* @param[in] height The desired height, in screen coordinates, of the window.
|
||||
* This must be greater than zero.
|
||||
* @param[in] title The initial, UTF-8 encoded window title.
|
||||
* @param[in] title The initial, UTF-8 encoded, non-NULL window title.
|
||||
* @param[in] monitor The monitor to use for full screen mode, or `NULL` for
|
||||
* windowed mode.
|
||||
* @param[in] share The window whose context to share resources with, or `NULL`
|
||||
|
Loading…
Reference in New Issue
Block a user