Added size to documentation.

This commit is contained in:
Doug Binks 2018-09-08 17:18:05 +02:00
parent 147b0f5e83
commit 875cbdf46d

View File

@ -1724,8 +1724,8 @@ GLFWAPI void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos);
* This function returns the position, in screen coordinates, of the upper-left * This function returns the position, in screen coordinates, of the upper-left
* corner of the specified monitor. * corner of the specified monitor.
* *
* Any or all of the position arguments may be `NULL`. If an error occurs, all * Any or all of the position and size arguments may be `NULL`. If an error occurs, all
* non-`NULL` position arguments will be set to zero. * non-`NULL` position and size arguments will be set to zero.
* *
* @param[in] monitor The monitor to query. * @param[in] monitor The monitor to query.
* @param[out] xpos Where to store the monitor x-coordinate, or `NULL`. * @param[out] xpos Where to store the monitor x-coordinate, or `NULL`.