fix X11 platform

This commit is contained in:
jgcodes2020 2023-10-24 12:13:55 -04:00
parent 3dfc46db21
commit ab9cf8ba08
2 changed files with 1 additions and 2 deletions

View File

@ -617,4 +617,3 @@ GLFWAPI RROutput glfwGetX11Monitor(GLFWmonitor* handle)
}
#endif // _GLFW_X11

View File

@ -2044,7 +2044,7 @@ GLFWbool _glfwCreateWindowX11(_GLFWwindow* window,
return GLFW_TRUE;
}
GLFWbool _glfwCreateWindowX11(_GLFWwindow* window,
GLFWbool _glfwAttachWindowX11(_GLFWwindow* window,
intptr_t native,
const _GLFWwndconfig* wndconfig,
const _GLFWctxconfig* ctxconfig,