Cleanup previous PR

This commit is contained in:
Kovid Goyal
2021-09-26 11:17:54 +05:30
parent b05e939e05
commit a038477ce0
3 changed files with 13 additions and 10 deletions

2
glfw/ibus_glfw.h vendored
View File

@@ -32,7 +32,7 @@
#include <xkbcommon/xkbcommon.h>
typedef struct {
bool ok, inited;
bool ok, inited, name_owner_changed;
time_t address_file_mtime;
DBusConnection *conn;
const char *input_ctx_path, *address_file_name, *address;