Browse Source

Wayland: Static function more static when static

Camilla Löwy 3 years ago
parent
commit
26b85215c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/wl_window.c

+ 1 - 1
src/wl_window.c

@@ -847,7 +847,7 @@ static xkb_keysym_t composeSymbol(xkb_keysym_t sym)
     }
 }
 
-void inputText(_GLFWwindow* window, uint32_t scancode)
+static void inputText(_GLFWwindow* window, uint32_t scancode)
 {
     const xkb_keysym_t* keysyms;
     const xkb_keycode_t keycode = scancode + 8;