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:
Matthias Clasen 2011-06-30 14:45:16 -04:00
parent 8cb0cc58e3
commit c22fb1684c

View File

@ -881,6 +881,8 @@ gdk_x11_keymap_get_entries_for_keyval (GdkKeymap *keymap,
++i;
}
++keycode;
}
}