diff options
Diffstat (limited to 'src/platforms/core_desktop.c')
| -rw-r--r-- | src/platforms/core_desktop.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |
