Fix function signature in null joystick backend

Related to #1043.
master
Michał Cichoń ago%!(EXTRA string=8 years) committed by Camilla Löwy
parent 82284b86eb
commit afbd589348
  1. 2
      src/null_joystick.c

@ -31,7 +31,7 @@
////// GLFW platform API ////// ////// GLFW platform API //////
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
int _glfwPlatformPollJoystick(int jid, int mode) int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode)
{ {
return GLFW_FALSE; return GLFW_FALSE;
} }

Loading…
Cancel
Save