Fix docs for Windows monitor size calculation

This sentence was truncated by 951a9583fa
and then not updated when content scale support was added with
16bf872117.
This commit is contained in:
Camilla Löwy 2021-10-12 00:23:37 +02:00
parent 7614d088e9
commit 6a20053102

View File

@ -2440,8 +2440,8 @@ GLFWAPI void glfwGetMonitorWorkarea(GLFWmonitor* monitor, int* xpos, int* ypos,
*
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED.
*
* @remark @win32 calculates the returned physical size from the
* current resolution and system DPI instead of querying the monitor EDID data.
* @remark @win32 On Windows 8 and earlier the physical size is calculated from
* the current resolution and system DPI instead of querying the monitor EDID data.
*
* @thread_safety This function must only be called from the main thread.
*