mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 23:00:08 +00:00
Make gdk_keymap_map_virtual_modifiers work early
It needs to ensure that we have an uptodate modmap. Bug 616401
(cherry picked from commit d5a8a3c9bc
)
This commit is contained in:
parent
c9c23ef031
commit
4e2ade8d6b
@ -1794,6 +1794,7 @@ gdk_keymap_map_virtual_modifiers (GdkKeymap *keymap,
|
||||
|
||||
keymap = GET_EFFECTIVE_KEYMAP (keymap);
|
||||
keymap_x11 = GDK_KEYMAP_X11 (keymap);
|
||||
get_xkb (keymap_x11);
|
||||
|
||||
retval = TRUE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user