From 4c8e9247ad8842496f43fec420376db3938b697b Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Thu, 1 Jun 2017 00:00:09 +0200 Subject: [PATCH] rofi: Fix NkBindings calls order Signed-off-by: Quentin Glidic --- source/rofi.c | 2 +- subprojects/libnkutils | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/rofi.c b/source/rofi.c index b97e741e..f18c880b 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -1045,6 +1045,7 @@ int main ( int argc, char *argv[] ) required_map_parts, /* map */ &details ); + xkb.bindings = nk_bindings_new (); xkb.bindings_seat = nk_bindings_seat_new ( xkb.bindings, XKB_CONTEXT_NO_FLAGS ); struct xkb_keymap *keymap = xkb_x11_keymap_new_from_device ( nk_bindings_seat_get_context ( xkb.bindings_seat ), xcb->connection, xkb.device_id, XKB_KEYMAP_COMPILE_NO_FLAGS ); if ( keymap == NULL ) { @@ -1059,7 +1060,6 @@ int main ( int argc, char *argv[] ) return EXIT_FAILURE; } - xkb.bindings = nk_bindings_new (); nk_bindings_seat_update_keymap ( xkb.bindings_seat, keymap, state ); if ( xcb_connection_has_error ( xcb->connection ) ) { diff --git a/subprojects/libnkutils b/subprojects/libnkutils index 4a7bb21f..53314c0a 160000 --- a/subprojects/libnkutils +++ b/subprojects/libnkutils @@ -1 +1 @@ -Subproject commit 4a7bb21f798f36ce6521ee07387297e812e6ad19 +Subproject commit 53314c0ab58d1a677d61017a413fd1d83b05ce3c