mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 22:32:50 +00:00
Wayland: Static function more static when static
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user