mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Declare _glfwPlatformInitJoysticks() to return bool
This patch declares _glfwPlatformInitJoysticks() to return bool which matches its prototype in glfw/internal.h.
This commit is contained in:
parent
868546abe4
commit
076ad850bb
1 changed files with 1 additions and 1 deletions
2
glfw/null_joystick.c
vendored
2
glfw/null_joystick.c
vendored
|
|
@ -33,7 +33,7 @@
|
|||
////// GLFW platform API //////
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
int _glfwPlatformInitJoysticks(void)
|
||||
bool _glfwPlatformInitJoysticks(void)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue