Made file-local functions static.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent ed336b210c
commit 9d6660a9ea
  1. 4
      src/window.c

@ -74,7 +74,7 @@ static void closeFlaggedWindows(void)
// Clear scroll offsets for all windows // Clear scroll offsets for all windows
//======================================================================== //========================================================================
void clearScrollOffsets(void) static void clearScrollOffsets(void)
{ {
_GLFWwindow* window; _GLFWwindow* window;
@ -90,7 +90,7 @@ void clearScrollOffsets(void)
// Clear all input state // Clear all input state
//======================================================================== //========================================================================
void clearInputState(_GLFWwindow* window) static void clearInputState(_GLFWwindow* window)
{ {
int i; int i;

Loading…
Cancel
Save