[PATCH libxkbcommon 2/3] doc: Declare keymap for wayland example

Bryce Harrington bryce at osg.samsung.com
Thu Jun 16 00:36:17 UTC 2016


keymap was defined in the X11 example, but also define it in the wayland
example just to make it a bit more standalone

Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>
---
 doc/quick-guide.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/quick-guide.md b/doc/quick-guide.md
index a576070..6e04ba5 100644
--- a/doc/quick-guide.md
+++ b/doc/quick-guide.md
@@ -74,6 +74,7 @@ with a keymap. In this case, we can create the keymap object like this:
 ~~~{.c}
     /* From the wl_keyboard::keymap event. */
     const char *keymap_string = <...>;
+    struct xkb_keymap *keymap;
 
     keymap = xkb_keymap_new_from_string(ctx, keymap_string,
                                         XKB_KEYMAP_FORMAT_TEXT_V1,
-- 
1.9.1



More information about the wayland-devel mailing list