Commit efc2d74141fec07b0aa44640fbf667d6b52a8631

Ran Benita 2012-08-27T18:58:36

xkbcomp: clean up compile_keymap function We make the xkb_file_type enum sequential instead of masks, and then we don't have to repeat the file types several times in the function. Makes the code cleaner. Signed-off-by: Ran Benita <ran234@gmail.com>