mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 18:34:34 +00:00
Buildfix : Fix typo in function name
This commit is contained in:
parent
a98b1877aa
commit
d9b93315ba
@ -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);
|
||||
|
@ -436,7 +436,7 @@ void _glfwRequestWindowAttentionNull(_GLFWwindow* window)
|
||||
{
|
||||
}
|
||||
|
||||
_GLFWmonitor* _glfwGetMonitorDisplayingWindoNull(_GLFWwindow* window)
|
||||
_GLFWmonitor* _glfwGetMonitorDisplayingWindowNull(_GLFWwindow* window)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user