forked from AuroraMiddleware/gtk
GdkKeymap: Prevent an infinite loop in the non-XKB case
Somehow the increment got lost, as comparison with the 2.x code shows.
This commit is contained in:
parent
8cb0cc58e3
commit
c22fb1684c
@ -881,6 +881,8 @@ gdk_x11_keymap_get_entries_for_keyval (GdkKeymap *keymap,
|
||||
|
||||
++i;
|
||||
}
|
||||
|
||||
++keycode;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user