Null: Fix typos in workarea retrieval

This commit is contained in:
Camilla Löwy 2020-07-13 19:43:13 +02:00
parent 49dbcfcb8c
commit 6c031af245

View File

@ -90,9 +90,9 @@ void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor,
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)