Skip to content

Commit

Permalink
Fix typo;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Jan 1, 2025
1 parent aab85e3 commit cb839e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/os_glfw.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cb839e6

Please sign in to comment.