mirror of
https://github.com/glfw/glfw.git
synced 2025-01-19 06:25:54 +00:00
Formatting.
This commit is contained in:
parent
182e0afe25
commit
e3182a4f44
@ -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…
Reference in New Issue
Block a user