Buildfix : Fix typo in function name

This commit is contained in:
Scr3amer 2023-09-26 14:56:35 -04:00 committed by GitHub
parent a98b1877aa
commit d9b93315ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ GLFWbool _glfwRawMouseMotionSupportedNull(void);
void _glfwShowWindowNull(_GLFWwindow* window);
void _glfwRequestWindowAttentionNull(_GLFWwindow* window);
void _glfwRequestWindowAttentionNull(_GLFWwindow* window);
_GLFWmonitor* _glfwGetMonitorDisplayingWindoNull(_GLFWwindow* window);
_GLFWmonitor* _glfwGetMonitorDisplayingWindowNull(_GLFWwindow* window);
void _glfwHideWindowNull(_GLFWwindow* window);
void _glfwFocusWindowNull(_GLFWwindow* window);
GLFWbool _glfwWindowFocusedNull(_GLFWwindow* window);

View File

@ -436,7 +436,7 @@ void _glfwRequestWindowAttentionNull(_GLFWwindow* window)
{
}
_GLFWmonitor* _glfwGetMonitorDisplayingWindoNull(_GLFWwindow* window)
_GLFWmonitor* _glfwGetMonitorDisplayingWindowNull(_GLFWwindow* window)
{
return NULL;
}