commit | d42f457b66635df57a67ca264f5ba972023e73f0 | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniel@fooishbar.org> | Tue May 01 20:37:12 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue May 08 16:04:24 2012 -0400 |
tree | 833753edf9fd1b6b860fe7053e8593cc63a57418 | |
parent | db095ff3c349447c22966bf1d1843984685a0985 [diff] [blame] |
Load an XKB keymap and state in the compositor Not used yet, but will be in future commits. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
diff --git a/src/compositor.h b/src/compositor.h index 64dc349..e828470 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -269,6 +269,9 @@ struct { struct xkb_rule_names names; + struct xkb_context *context; + struct xkb_keymap *keymap; + struct xkb_state *state; } xkb_info; };