Null: Fix typos in workarea retrieval

master
Camilla Löwy ago%!(EXTRA string=5 years)
parent 49dbcfcb8c
commit 6c031af245
  1. 4
      src/null_monitor.c

@ -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)

Loading…
Cancel
Save