Finish code to connect to IBUS daemon
This commit is contained in:
4
glfw/ibus_glfw.h
vendored
4
glfw/ibus_glfw.h
vendored
@@ -30,8 +30,10 @@
|
||||
#include "dbus_glfw.h"
|
||||
|
||||
typedef struct {
|
||||
GLFWbool ok;
|
||||
GLFWbool ok, inited;
|
||||
time_t address_file_mtime;
|
||||
DBusConnection *conn;
|
||||
const char *input_ctx_path, *address_file_name, *address;
|
||||
} _GLFWIBUSData;
|
||||
|
||||
void glfw_connect_to_ibus(_GLFWIBUSData *ibus, _GLFWDBUSData *dbus);
|
||||
|
||||
Reference in New Issue
Block a user