mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 21:45:08 +00:00
parent
154db76a6c
commit
e6d22346f9
1 changed files with 2 additions and 2 deletions
|
@ -341,8 +341,8 @@ GLFWAPI void glfwGetMonitorWorkarea(GLFWmonitor* handle, int* xpos, int* ypos, i
|
|||
*ypos = 0;
|
||||
if (width)
|
||||
*width = 0;
|
||||
if (width)
|
||||
*width = 0;
|
||||
if (height)
|
||||
*height = 0;
|
||||
|
||||
_GLFW_REQUIRE_INIT();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue