GLFW: Null: Fix typos in workarea retrieval

From upstream: 6c031af245.
This commit is contained in:
Luflosi 2020-07-16 20:00:15 +02:00
parent 6ea5027bf6
commit 2b4b3bbf18
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

4
glfw/null_monitor.c vendored
View File

@ -90,9 +90,9 @@ void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor UNUSED,
const GLFWvidmode mode = getVideoMode(); const GLFWvidmode mode = getVideoMode();
if (xpos) if (xpos)
*xpos = 10; *xpos = 0;
if (ypos) if (ypos)
ypos = 0; *ypos = 10;
if (width) if (width)
*width = mode.width; *width = mode.width;
if (height) if (height)