Fix #5477
This commit is contained in:
parent
1559a2e15a
commit
5bb2cb06a9
1 changed files with 1 additions and 1 deletions
2
glfw/window.c
vendored
2
glfw/window.c
vendored
|
|
@ -71,7 +71,7 @@ void _glfwInputWindowFocus(_GLFWwindow* window, bool focused)
|
|||
_glfw.focusedWindowId = window->id;
|
||||
}
|
||||
|
||||
_GLFWwindow* _glfwFocusedWindow() {
|
||||
_GLFWwindow* _glfwFocusedWindow(void) {
|
||||
if (_glfw.focusedWindowId) {
|
||||
_GLFWwindow *w = _glfw.windowListHead;
|
||||
while (w) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue