Function should be static

This commit is contained in:
Kovid Goyal 2022-11-10 07:18:17 +05:30
parent 2e8ef66496
commit b15c9f7419
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

2
glfw/ibus_glfw.c vendored
View File

@ -388,7 +388,7 @@ input_context_created(DBusMessage *msg, const char* errmsg, void *data) {
debug("Connected to IBUS daemon for IME input management\n");
}
bool
static bool
setup_connection(_GLFWIBUSData *ibus) {
const char *client_name = "GLFW_Application";
const char *address_file_name = get_ibus_address_file_name();