Function should be static
This commit is contained in:
parent
2e8ef66496
commit
b15c9f7419
2
glfw/ibus_glfw.c
vendored
2
glfw/ibus_glfw.c
vendored
@ -388,7 +388,7 @@ input_context_created(DBusMessage *msg, const char* errmsg, void *data) {
|
|||||||
debug("Connected to IBUS daemon for IME input management\n");
|
debug("Connected to IBUS daemon for IME input management\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
static bool
|
||||||
setup_connection(_GLFWIBUSData *ibus) {
|
setup_connection(_GLFWIBUSData *ibus) {
|
||||||
const char *client_name = "GLFW_Application";
|
const char *client_name = "GLFW_Application";
|
||||||
const char *address_file_name = get_ibus_address_file_name();
|
const char *address_file_name = get_ibus_address_file_name();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user