Connect to IBUS

This commit is contained in:
Kovid Goyal
2018-07-09 06:10:22 +05:30
parent 18d6b8a0ad
commit 5b7c697dfe
5 changed files with 37 additions and 0 deletions

2
glfw/ibus_glfw.h vendored
View File

@@ -31,6 +31,8 @@
typedef struct {
GLFWbool ok;
DBusConnection *conn;
} _GLFWIBUSData;
void glfw_connect_to_ibus(_GLFWIBUSData *ibus, _GLFWDBUSData *dbus);
void glfw_ibus_terminate(_GLFWIBUSData *ibus);