Author :
Ran Benita
Date :
2012-08-27 18:58:36
Hash :efc2d741 Message :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>