mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 16:24:57 +00:00
fix X11 platform
This commit is contained in:
parent
3dfc46db21
commit
ab9cf8ba08
@ -617,4 +617,3 @@ GLFWAPI RROutput glfwGetX11Monitor(GLFWmonitor* handle)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif // _GLFW_X11
|
#endif // _GLFW_X11
|
||||||
|
|
||||||
|
@ -2044,7 +2044,7 @@ GLFWbool _glfwCreateWindowX11(_GLFWwindow* window,
|
|||||||
return GLFW_TRUE;
|
return GLFW_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
GLFWbool _glfwCreateWindowX11(_GLFWwindow* window,
|
GLFWbool _glfwAttachWindowX11(_GLFWwindow* window,
|
||||||
intptr_t native,
|
intptr_t native,
|
||||||
const _GLFWwndconfig* wndconfig,
|
const _GLFWwndconfig* wndconfig,
|
||||||
const _GLFWctxconfig* ctxconfig,
|
const _GLFWctxconfig* ctxconfig,
|
||||||
|
Loading…
Reference in New Issue
Block a user