Fix #5477
This commit is contained in:
parent
1559a2e15a
commit
5bb2cb06a9
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…
x
Reference in New Issue
Block a user