mirror of
https://github.com/glfw/glfw.git
synced 2025-04-11 19:32:02 +00:00
Fix glfwSetTheme conflicting declaration
This commit is contained in:
parent
3e7ce3ac63
commit
bcd5cf6f8e
@ -1153,7 +1153,7 @@ GLFWAPI void glfwPostEmptyEvent(void)
|
|||||||
_glfw.platform.postEmptyEvent();
|
_glfw.platform.postEmptyEvent();
|
||||||
}
|
}
|
||||||
|
|
||||||
GLFWAPI void glfwSetTheme(GLFWwindow* handle, GLFWtheme* theme)
|
GLFWAPI void glfwSetTheme(GLFWwindow* handle, const GLFWtheme* theme)
|
||||||
{
|
{
|
||||||
|
|
||||||
_GLFWwindow* window = (_GLFWwindow*) handle;
|
_GLFWwindow* window = (_GLFWwindow*) handle;
|
||||||
|
Loading…
Reference in New Issue
Block a user