summaryrefslogtreecommitdiff
path: root/src/tofi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tofi.h')
-rw-r--r--src/tofi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tofi.h b/src/tofi.h
index 26cd3b1..788a73f 100644
--- a/src/tofi.h
+++ b/src/tofi.h
@@ -24,6 +24,7 @@ struct tofi {
struct wl_pointer *wl_pointer;
/* Keyboard objects */
+ char *xkb_keymap_string;
struct xkb_state *xkb_state;
struct xkb_context *xkb_context;
struct xkb_keymap *xkb_keymap;
@@ -50,6 +51,7 @@ struct tofi {
uint32_t anchor;
bool hide_cursor;
bool use_history;
+ bool late_keyboard_init;
};
#endif /* CLIENT_H */