mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 09:08:58 +00:00
+2
-2
@@ -341,8 +341,8 @@ GLFWAPI void glfwGetMonitorWorkarea(GLFWmonitor* handle, int* xpos, int* ypos, i
|
|||||||
*ypos = 0;
|
*ypos = 0;
|
||||||
if (width)
|
if (width)
|
||||||
*width = 0;
|
*width = 0;
|
||||||
if (width)
|
if (height)
|
||||||
*width = 0;
|
*height = 0;
|
||||||
|
|
||||||
_GLFW_REQUIRE_INIT();
|
_GLFW_REQUIRE_INIT();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user