forked from AuroraMiddleware/gtk
Make gdk_keymap_map_virtual_modifiers work early
It needs to ensure that we have an uptodate modmap. Bug 616401
This commit is contained in:
parent
1f1b404194
commit
d5a8a3c9bc
@ -1822,6 +1822,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