Edit

kc3-lang/libxkbcommon/src

Branch :

  • Show log

    Commit

  • Author : Daniel Stone
    Date : 2012-08-08 13:55:04
    Hash : 5968c5e6
    Message : Always have at least one level in types The ONE_LEVEL definition from xkeyboard-config doesn't specify any actual levels, but there's an implicit (anything unmatched) -> Level1 rule. Given this, each type actually has at least one level, whether or not it specifies anything. Fixes stringcomp. Signed-off-by: Daniel Stone <daniel@fooishbar.org>