mirror of
https://github.com/glfw/glfw.git
synced 2025-04-08 06:43:14 +00:00
Wayland: Static function more static when static
(cherry picked from commit 26b85215c0
)
This commit is contained in:
parent
74090d30cd
commit
78edf2516e
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,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;
|
||||
|
|
Loading…
Add table
Reference in a new issue