Merge branch 'master' of github:DaveDavenport/rofi

This commit is contained in:
Dave Davenport 2017-06-03 15:38:32 +02:00
commit 35e2e2a1cb

View file

@ -967,6 +967,8 @@ gboolean display_setup ( GMainLoop *main_loop, NkBindings *bindings )
}
nk_bindings_seat_update_keymap ( xcb->bindings_seat, keymap, state );
xkb_state_unref(state);
xkb_keymap_unref(keymap);
// determine numlock mask so we can bind on keys with and without it
x11_create_frequently_used_atoms ( );