mirror of
https://github.com/glfw/glfw.git
synced 2025-11-11 16:59:29 +00:00
Fix docs for Windows monitor size calculation
This sentence was truncated by951a9583faand then not updated when content scale support was added with16bf872117. (cherry picked from commit6a20053102)
This commit is contained in:
parent
95df61e5ed
commit
1a7e4da343
@ -2125,8 +2125,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.
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user