From a1887aa86694208549bee0ef46758d602ba79696 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 24 Nov 2023 20:09:34 +0200 Subject: SDL Events. --- src/platforms/core_desktop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/platforms/core_desktop.c') diff --git a/src/platforms/core_desktop.c b/src/platforms/core_desktop.c index ca6b168..1f22f32 100644 --- a/src/platforms/core_desktop.c +++ b/src/platforms/core_desktop.c @@ -3,7 +3,7 @@ #include "core.h" #include "platforms/core_desktop.h" -static void definePlatformGlobals() { +static void platformDefineGlobals() { lua_State *L = state->luaState; lua_getglobal( L, "RL" ); @@ -463,7 +463,7 @@ static void joystickInputEvent( int jid, int event ) { lua_pop( L, -1 ); } -void platformRegisterEvents() { +static void platformRegisterEvents() { /* Window events. */ state->raylibWindowSizeCallback = glfwSetWindowSizeCallback( GetWindowHandle(), windowSizeEvent ); #if !defined( PLATFORM_WEB ) -- cgit v1.2.3