From cb839e674f4cc56dd76578ad90b9ea55d358e124 Mon Sep 17 00:00:00 2001 From: bjorn Date: Tue, 31 Dec 2024 19:14:47 -0800 Subject: [PATCH] Fix typo; --- src/core/os_glfw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/os_glfw.h b/src/core/os_glfw.h index 41c372d35..1ce3f6e20 100644 --- a/src/core/os_glfw.h +++ b/src/core/os_glfw.h @@ -131,7 +131,7 @@ uintptr_t os_get_xcb_window(void) { static struct { GLFWwindow* window; fn_quit* onQuitRequest; - fn_focus* onWindowVisible; + fn_visible* onWindowVisible; fn_focus* onWindowFocus; fn_resize* onWindowResize; fn_key* onKeyboardEvent;