Formatting.

This commit is contained in:
Camilla Berglund 2013-02-25 17:22:33 +01:00
parent 182e0afe25
commit e3182a4f44
1 changed files with 0 additions and 2 deletions

View File

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