Formatting.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 182e0afe25
commit e3182a4f44
  1. 2
      src/monitor.c

@ -274,9 +274,7 @@ GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void)
GLFWAPI void glfwGetMonitorPos(GLFWmonitor* handle, int* xpos, int* ypos)
{
_GLFWmonitor* monitor = (_GLFWmonitor*) handle;
_GLFW_REQUIRE_INIT();
_glfwPlatformGetMonitorPos(monitor, xpos, ypos);
}

Loading…
Cancel
Save